ParentXMLNode()

语法

Result = ParentXMLNode(Node)
概要
Returns the parent node of the given XML node. Every XML node has a parent, except the root node.

参数

Node The XML node to get the parent.

返回值

The parent node or zero if 'Node' was the root node.

参阅

ChildXMLNode(), RootXMLNode()

已支持操作系统

所有

<- NextXMLNode() - XML Index - ParseXML() ->