GetXMLNodeText()

语法

Result$ = GetXMLNodeText(Node)
概要
Returns the text inside the given XML node.

参数

Node The XML node to use.

For a node of type #PB_XML_Normal, this is all text and whitespace within the node that is not contained within a child node.
For the root node, this is all whitespace outside of the main node. (there can be no text outside of the main node)
For #PB_XML_Comment or #PB_XML_CData nodes, this is all text contained in the node.

返回值

The text inside the given XML node.

参阅

SetXMLNodeText()

已支持操作系统

所有

<- GetXMLNodeOffset() - XML Index - GetXMLStandalone() ->