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