GetXMLNodeOffset()

语法

Result = GetXMLNodeOffset(Node)
概要
Returns the character offset of this node within its parent.

参数

Node The XML node to get the offset.

返回值

The number of characters in the parent nodes text data that lie between this node and the previous child node. So, if this node directly follows the previous one, this value will be zero.

参阅

SetXMLNodeOffset()

已支持操作系统

所有

<- GetXMLNodeName() - XML Index - GetXMLNodeText() ->