TXmlDocument() > Methods for searching and navigating |
Finds the next XML node matching a search criteria.
:findNext() --> oTXmlNode | NIL
Method :findNext() continues the search for a matching XML node and returns the corresponding TXmlNode object. The search criteria defined with a previous call to :findFirst() or :findFirstRegEx() is used. If no further XML node is found, the return value is NIL.
http://www.xHarbour.com