GET-TYPE-BY-QNAME( ) method
Gets the type of the attribute with the given XML qualified name.
Return type: CHARACTER
Applies to: SAX-attributes object handle
qname
The attribute type is one of the following strings: “CDATA,” “ID,” “IDREF,” “IDREFS,” “NMTOKEN,” “NMTOKENS,” “ENTITY,” “ENTITIES,” or “NOTATION.” These are always uppercase.
Returns the Unknown value (
?
) if no attribute’s XML qualified name matchesqname
.
OpenEdge Release 10.2B
|