System::Xml::IXmlNamespaceResolver::LookupPrefix method
IXmlNamespaceResolver::LookupPrefix method
Returns the prefix that is mapped to the specified namespace URI.
virtual String System::Xml::IXmlNamespaceResolver::LookupPrefix(const String &namespaceName)=0
Parameter | Type | Description |
---|---|---|
namespaceName | const String& | The namespace URI whose prefix you wish to find. |
ReturnValue
The prefix that is mapped to the namespace URI; nullptr if the namespace URI is not mapped to a prefix.
See Also
- Class String
- Class IXmlNamespaceResolver
- Namespace System::Xml
- Library Aspose.TeX for C++