THtmlNode() > Html Node methods xHarbour Developers Network  

oTHtmlNode:firstNode()

Returns the first node below this node.

Syntax

:firstNode( [<lRoot>] ) --> oTHtmlNode

Arguments

<lRoot>
This is a logical value. It defaults to .F. (false).

Description

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.


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