THtmlNode() > Html Attribute methods xHarbour Developers Network  

oTHtmlNode:isAttribute()

Checks if an attribute is present.

Syntax

:isAttribute( <cAttrName> ) --> lExists

Arguments

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

Description

Method :isAttribute() returns .T. (true) when the attribute with the name <cAttrName> is present in the THtmlNode object, otherwise .F. (false).


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