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