PreviousNextIndex

GET-TYPE-BY-NAMESPACE-NAME( ) method

Gets the type of the attribute with the given namespace name.

Return type: CHARACTER

Applies to: SAX-attributes object handle

Syntax
GET-TYPE-BY-NAMESPACE-NAME ( uri, localname ) 

uri
localname

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 matches the combination of uri and localname or if namespace processing is disabled.


OpenEdge Release 10.2B
Copyright © 2009 Progress Software Corporation
PreviousNextIndex