THtmlNode() > Html Attribute methods xHarbour Developers Network  

oTHtmlNode:getAttribute()

Returns the value of an HTML attribute.

Syntax

:getAttribute( <cAttrName> ) --> cAttrValue|NIL

Arguments

<cAttrName>
This is a character string holding the name of the attribute to query. It is case insensitive.

Description

Method :getAttribute() returns the value of an HTML attribute as a character string, or NIL if the attribute is not present.


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