MainXMLNode()
语法
Result = MainXMLNode(#XML)概要
Returns the main XML node of the tree. A valid XML document must have one "main" or "document" node which contains all other nodes. Except this node, there can only be comments on the first level below the root node. The type of this node is #PB_Xml_Normal.
参数
#XML The XML to use.
返回值
The main node, or zero if the tree has no main node (which happens if the tree is empty or the main node was deleted).
参阅
XMLNodeType(), RootXMLNode()
已支持操作系统
所有