RootXMLNode()

语法

Result = RootXMLNode(#XML)
概要
Returns the root node of the XML tree. This node is always present. It represents the XML document itself. The text contained in this node represents the whitespace outside of any XML node (there can be no text outside of nodes). The children of this node are the main node and any comments outside the main node. The type of this node is #PB_Xml_Root.

参数

#XML The XML to use.

返回值

Always returns a valid XML node if #XML is an existing XML tree.

参阅

XMLNodeType(), MainXMLNode()

已支持操作系统

所有

<- ResolveXMLNodeName() - XML Index - SaveXML() ->