System::Xml::IXmlNamespaceResolver class

IXmlNamespaceResolver class

Provides read-only access to a set of prefix and namespace mappings.

class IXmlNamespaceResolver : public virtual System::Object

Methods

MethodDescription
virtual GetNamespacesInScope(XmlNamespaceScope)Returns a collection of defined prefix-namespace mappings that are currently in scope.
virtual LookupNamespace(const String&)Returns the namespace URI mapped to the specified prefix.
virtual LookupPrefix(const String&)Returns the prefix that is mapped to the specified namespace URI.

See Also