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

oTHtmlDocument:getNodes()

Syntax

:getNodes( <cTagName> ) --> aTHtmlNodes

Arguments

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

Description

Method :getNodes() returns an array of all THtmlNode() objects having the tag name <cTagName>. If no HTML node with this tag name exists, the return value is an empty array.


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