THtmlIteratorScan() > Search methods |
Searches the first HTML node matching the search criteria.
:find( [<cTagName>] , ; [<cAttribute>], ; [<cValue>] , ; [<cData>] ) --> oTHtmlNode | NIL
Method :find() defines the search criteria for a THtmlIteratorScan object and performs the initial search. The search criteria can be defined as any combination of tag name, attribute name, attribute value or textual data. If a matching HTML node exists, the corresponding THtmlNode() object is returned, otherwise the return value is NIL. The search can be continued using the same search criteria with method :next().
http://www.xHarbour.com