LookupNamespaceURI¶
Returns the namespace URI associated with the specified prefix.
myXml.LookupNamespaceURI(prefix: string):string
Parameters¶
string prefix
Prefix to look up.
Returns¶
The namespace URI associated with the prefix, or null if the prefix is not found.