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