THtmlDocument() > Methods for searching and navigating |
Returns the first node matching a tag name.
:getNode( <cTagName> ) --> oTHtmlNode|NIL
Method :getNode() returns the first THtmlNode() object having the tag name <cTagName>. If no HTML node with this tag name exists, the return value is NIL.
http://www.xHarbour.com