System::Xml::IXmlNamespaceResolver::GetNamespacesInScope method
IXmlNamespaceResolver::GetNamespacesInScope method
Returns a collection of defined prefix-namespace mappings that are currently in scope.
virtual SharedPtr<Collections::Generic::IDictionary<String, String>> System::Xml::IXmlNamespaceResolver::GetNamespacesInScope(XmlNamespaceScope scope)=0
Parameter | Type | Description |
---|---|---|
scope | XmlNamespaceScope | An XmlNamespaceScope value that specifies the type of namespace nodes to return. |
ReturnValue
An IDictionary collection that contains the current in-scope namespaces.
See Also
- Typedef SharedPtr
- Class IDictionary
- Class String
- Enum XmlNamespaceScope
- Class IXmlNamespaceResolver
- Namespace System::Xml
- Library Aspose.TeX for C++