TXmlNode() > Methods for nodes |
Retrieves the next XML node in the XML tree.
:nextInTree() --> oNextNode | NIL
Method :nextInTree() returns the next TXmlNode object in the XML tree, regardless of its nesting level or :depth(). If the method returns NIL, the TXmlNode object executing the method is the last object in the XML tree and no further TXmlNode objects exist below the current one. If the return value is a TXmlNode object, it can have a higher, lower or the same nesting level.
http://www.xHarbour.com