Name

XPathNamespaceScope

Synopsis

This enumeration defines the namespace scope for certain XPathNavigator operations. All includes all namespaces within the scope of the current node (including the xmlns:xml namespace, whether defined explicitly or not). ExcludeXml includes all namespaces within the scope of the current node, except the xmlns:xml namespace. Local includes all locally defined namespaces within the scope of the current node.

Public Enum XPathNamespaceScope
                  All = 0
                  ExcludeXml = 1
                  Local = 2
End Enum

Hierarchy

System.ObjectSystem.ValueType System.Enum(System.IComparable, System.IFormattable, System.IConvertible) XPathNamespaceScope

Passed To

XPathNavigator.{MoveToFirstNamespace(), MoveToNextNamespace()}

Get VB.NET Core Classes in a Nutshell now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.