XdmReader.LookupPrefix MethodXdmReader.LookupPrefix MethodXdmReader::LookupPrefix Method
- XmlPrime 3.1
- Other Versions ▼
Gets the prefix that is mapped to the specified namespace URI.
- Namespace: XmlPrime.SerializationXmlPrime.SerializationXmlPrime.Serialization
- Assembly: XmlPrime (in XmlPrime.dll)
Parameters
- namespaceName
Type: System.StringSystem.StringSystem::String^
The namespace URI whose prefix you wish to find.
Return Value
Type: System.StringSystem.StringSystem::String^
The prefix that is mapped to the namespace URI; null if the namespace URI is not mapped to a prefix.