Try OpenEdge Now
ABL Reference
Handle Attributes and Methods Reference
:
GET-INDEX-BY-QNAME( ) method
GET-INDEX-BY-QNAME( ) method
Gets the 1-based index of the attribute with the given XML qualified name.
Return type:
INTEGER
Applies to:
SAX-attributes object handle
Syntax
GET-INDEX-BY-QNAME (
qname
)
qname
A CHARACTER expression indicating the XML qualified name of the attribute of interest.
Returns the Unknown value (
?
) if no attribute's XML qualified name matches
qname.