TXmlNode() > Methods for nodes xHarbour Developers Network  

oTXmlNode:nextInTree()

Retrieves the next XML node in the XML tree.

Syntax

:nextInTree() --> oNextNode | NIL

Description

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.


Copyright © 2006-2007 xHarbour.com Inc. All rights reserved.
http://www.xHarbour.com
Created by docmaker.exe