XPathNamespaceScope

XPathNamespaceScope serializable

System.Xml.XPath (system.xml.dll) enum

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  } 

Hierarchy

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

Passed To

XPathNavigator.{MoveToFirstNamespace( ) , MoveToNextNamespace( )}



C# in a Nutshell
C # in a Nutshell, Second Edition
ISBN: 0596005261
EAN: 2147483647
Year: 2005
Pages: 963

flylib.com © 2008-2017.
If you may any questions please contact us: flylib@qtcs.net