GetNamespacesInScope()
IXmlNamespaceResolver::GetNamespacesInScope(XmlNamespaceScope) 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
Arguments
Parameter | Type | Description |
---|---|---|
scope | XmlNamespaceScope | An XmlNamespaceScope value that specifies the type of namespace nodes to return. |
Return Value
An IDictionary collection that contains the current in-scope namespaces.
See Also
- Enum XmlNamespaceScope
- Typedef SharedPtr
- Class IDictionary
- Class String
- Class IXmlNamespaceResolver
- Namespace System::Xml
- Library Aspose.Slides