Early Preview
This is currently very much a preview. Please feel free to try things out,
but don't be upset if anything is not yet working. Feedback is welcome over on our
GitHub Dicussions page.
enum System.​Xml.​XPath.​XPathNamespaceScope
Assembly: System.Xml.ReaderWriter
Defines the namespace scope.
Values
All
Returns all namespaces defined in the scope of the current node. This includes the <c>xmlns:xml</c> namespace, which is always declared implicitly. The order of the namespaces returned is not defined.
ExcludeXml
Returns all namespaces defined in the scope of the current node, excluding the <c>xmlns:xml</c> namespace. The <c>xmlns:xml</c> namespace is always declared implicitly. The order of the namespaces returned is not defined.
Local
Returns all namespaces that are defined locally at the current node.