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
ParameterTypeDescription
namespaceNameconst 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