Method LookupNamespace
- Namespace
- SharpVectors.Xml
- Assembly
- SharpVectors.Core.dll
LookupNamespace(string)
Gets the namespace URI for the specified prefix.
public override string LookupNamespace(string prefix)
Parameters
prefix
stringThe prefix whose namespace URI you want to resolve. To match the default namespace, pass Empty.
Returns
- string
Returns the namespace URI for
prefix
or null if there is no mapped namespace. The returned string is atomized. For more information on atomized strings, see XmlNameTable.