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

oTHtmlDocument:getNode()

Returns the first node matching a tag name.

Syntax

:getNode( <cTagName> ) --> oTHtmlNode|NIL

Arguments

<cTagName>
This is a character string holding the tag name of the HTML node to find.

Description

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.


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