GetNamespacesInScope()
XmlNamespaceManager::GetNamespacesInScope(XmlNamespaceScope) method
Returns a collection of namespace names keyed by prefix which can be used to enumerate the namespaces currently in scope.
SharedPtr<Collections::Generic::IDictionary<String, String>> System::Xml::XmlNamespaceManager::GetNamespacesInScope(XmlNamespaceScope scope) override
Arguments
Parameter | Type | Description |
---|---|---|
scope | XmlNamespaceScope | An enumeration value that specifies the type of namespace nodes to return. |
Return Value
A collection of namespace and prefix pairs currently in scope.
See Also
- Enum XmlNamespaceScope
- Typedef SharedPtr
- Class IDictionary
- Class String
- Class XmlNamespaceManager
- Namespace System::Xml
- Library Aspose.Slides