GET-VALUE-BY-NAMESPACE-NAME( ) method
- Last Updated: February 11, 2026
- 1 minute read
- OpenEdge
- Version 13.0
- Documentation
GET-VALUE-BY-NAMESPACE-NAME( ) method
Gets the value of the attribute with the given namespace name.
Return type: CHARACTER
Applies to: SAX-attributes object handle
Syntax
|
- uri
- The namespace URI (that is, the URI to which the attribute's prefix refers), or, if the name has no namespace URI, an empty string.
- localname
- The local (unqualified) name of the attribute.
Returns
the Unknown value (?) if no attribute has a namespace
name that matches the uri and localname,
or if namespace processing is disabled.