ChildXMLNode()

语法

Result = ChildXMLNode(Node [, Index])
概要
Returns a child node of the given XML node.

参数

Node The XML node to get the child.
Index (optional) The index of the child node. The first index starts from 1. If omitted, the first node is returned.

返回值

The requested child node or zero if there are no children or index is out of range.

参阅

ParentXMLNode()

已支持操作系统

所有

<- CatchXML() - XML Index - ComposeXML() ->