GetNamespacesInScope()
XPathNavigator::GetNamespacesInScope(XmlNamespaceScope) method
Returns the in-scope namespaces of the current node.
SharedPtr<Collections::Generic::IDictionary<String, String>> System::Xml::XPath::XPathNavigator::GetNamespacesInScope(XmlNamespaceScope scope) override
Arguments
Parameter | Type | Description |
---|---|---|
scope | XmlNamespaceScope | An XmlNamespaceScope value specifying the namespaces to return. |
Return Value
An IDictionary collection of namespace names keyed by prefix.
See Also
- Enum XmlNamespaceScope
- Typedef SharedPtr
- Class IDictionary
- Class String
- Class XPathNavigator
- Namespace System::Xml::XPath
- Library Aspose.Slides