THtmlNode() > Html Node methods |
Returns the first node below this node.
:firstNode( [<lRoot>] ) --> oTHtmlNode
Method :firstNode() returns the first node in the HTML tree below this THtmlNode object. If <lRoot> is set to .T. (true), the return value is the first node in the entire HTML tree.
http://www.xHarbour.com