GetXMLNodeOffset()
Syntax
Result = GetXMLNodeOffset(Node)Description
Returns the character offset of this node within its parent.
Parameters
Node The XML node to get the offset.
Return value
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.
See Also
SetXMLNodeOffset()
Supported OS
All