GET-INDEX-BY-NAMESPACE-NAME( ) method
- Last Updated: January 18, 2024
- 1 minute read
- OpenEdge
- Version 12.8
- Documentation
GET-INDEX-BY-NAMESPACE-NAME( ) method
Gets the 1-based index of the attribute with the given namespace name.
Return type: INTEGER
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's uri-localname
combination matches the combination of uri and localname.