Name

XPathNamespaceScope — System.Xml.XPath (system.xml.dll) serializable enum 

Synopsis

public enum XPathNamespaceScope {
   All = 0,
   ExcludeXml = 1,
   Local = 2
}

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.

Hierarchy

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

Passed To

XPathNavigator.{MoveToFirstNamespace( ), MoveToNextNamespace( )}

..................Content has been hidden....................

You can't read the all page of ebook, please click here login for view all page.
Reset
3.138.105.215