Try OpenEdge Now
skip to main content
ABL Reference
Handle Attributes and Methods Reference : GET-LOCALNAME-BY-INDEX( ) method
 

GET-LOCALNAME-BY-INDEX( ) method

Gets the local (unqualified) name of the attribute at the given 1-based index.
Return type: CHARACTER
Applies to: SAX-attributes object handle

Syntax

GET-LOCALNAME-BY-INDEX ( index )
index
An integer expression indicating the 1-based index of the attribute.
Looks up an attribute's local (unqualified) name by index. Returns the Unknown value (?) if namespace processing is disabled, if the index is less than 1, or if the index is greater than the value of the SAX-attributes object's NUM-ITEMS attribute.