TXmlNode() > Methods for attributes xHarbour Developers Network  

oTXmlNode:getAttribute()

Retrieves an attribute from an XML tag by name.

Syntax

:getAttribute( <cAttribute> ) --> cValue | NIL

Arguments

<cAttribute>
This is a character string holding the name of the XML attribute to retrieve the value for.

Description

Method :getAttribute() retrieves the value of an XML attribute as a character string. If no attribute exists having <cAttribute> as name, the return value is NIL.


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