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

oTHtmlDocument:findNext()

Finds the next HTML node matching a search criteria.

Syntax

:findNext() --> oTHtmlNode|NIL

Description

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.


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