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
Method | Description |
---|---|
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
- Class Object
- Namespace System::Xml
- Library Aspose.PDF for C++