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