TXmlNode() > Instance variables |
Contains the next XML node in the XML document.
Data type: | O | Default: | NIL |
The instance variable :oNext contains a TXmlNode object representing the next XML node of the same nesting level in an XML tree. If there is no further XML tag, this TXMlNode object is the last node of this nesting level in the XML tree, and :oNext contains NIL.
http://www.xHarbour.com