TXmlDocument() > Methods for searching and navigating xHarbour Developers Network  

oTXmlDocument:findNext()

Finds the next XML node matching a search criteria.

Syntax

:findNext() --> oTXmlNode | NIL

Description

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.


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