XdmReader.LookupNamespace MethodXdmReader.LookupNamespace MethodXdmReader::LookupNamespace Method
- XmlPrime 5.0
- Other Versions ▼
When overridden in a derived class, resolves a namespace prefix in the current element's scope.
- Namespace: XmlPrime.SerializationXmlPrime.SerializationXmlPrime.Serialization
- Assembly: XmlPrime (in XmlPrime.dll)
Parameters
- prefix
Type: System.StringSystem.StringSystem::String^
The prefix whose namespace URI you want to resolve. To match the default namespace, pass an empty string.
Return Value
Type: System.StringSystem.StringSystem::String^
The namespace URI to which the prefix maps or null if no matching prefix is found.