LookupNamespace()

IXmlNamespaceResolver::LookupNamespace(const String&) method

Returns the namespace URI mapped to the specified prefix.

virtual String System::Xml::IXmlNamespaceResolver::LookupNamespace(const String &prefix)=0

Arguments

ParameterTypeDescription
prefixconst String&The prefix whose namespace URI you wish to find.

Return Value

The namespace URI that is mapped to the prefix; nullptr if the prefix is not mapped to a namespace URI.

See Also