System::Xml::XmlValidatingReader::LookupNamespace method

XmlValidatingReader::LookupNamespace method

Resolves a namespace prefix in the current element’s scope.

String System::Xml::XmlValidatingReader::LookupNamespace(const String &prefix) override
ParameterTypeDescription
prefixconst String&The prefix whose namespace Uniform Resource Identifier (URI) you want to resolve. To match the default namespace, pass an empty string.

ReturnValue

The namespace URI to which the prefix maps or nullptr if no matching prefix is found.

See Also