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