PreviousXMLNode()

语法

Result = PreviousXMLNode(Node)
概要
Returns the previous XML node from the given one (inside their parent node).

参数

Node The XML node to use.

返回值

The node before the specified node or zero if the given node was the first child of its parent.

参阅

NextXMLNode()

已支持操作系统

所有

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