XMPNS_GetURI¶
Return the URI of a registered namespace.
XMPNS_GetURI(nsPrefix) ➔ nsURI
→ | nsPrefix |
Text | The namespace prefix. |
↩︎ | nsURI |
Text | The namespace URI. |
Return the URI of a registered namespace.
Parameter nsPrefix
is the prefix of the namespace.
The URI of the namespace is returned in the method result (nsURI
).
If there is no registered namespace with prefix nsPrefix
, and empty
string is returned.