System::Xml::XmlNamespaceManager::GetNamespacesInScope method
XmlNamespaceManager::GetNamespacesInScope 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
Parameter | Type | Description |
---|---|---|
scope | XmlNamespaceScope | An enumeration value that specifies the type of namespace nodes to return. |
ReturnValue
A collection of namespace and prefix pairs currently in scope.
See Also
- Typedef SharedPtr
- Class IDictionary
- Class String
- Enum XmlNamespaceScope
- Class XmlNamespaceManager
- Namespace System::Xml
- Library Aspose.TeX for C++