XmlNamespaceContext.lookupUri
string lookupUri(string prefix) const @safe nothrowLooks up a namespace URI for prefix.
Parameters
prefix | Namespace prefix. |
Returns
The namespace URI, or empty string if not found.
string lookupUri(string prefix) const @safe nothrowLooks up a namespace URI for prefix.
prefix | Namespace prefix. |