mscorlib(4.0.0.0) API with additions
XPathNamespaceScope.cs
1 namespace System.Xml.XPath
2 {
4  public enum XPathNamespaceScope
5  {
7  All,
11  Local
12  }
13 }
XPathNamespaceScope
Defines the namespace scope.
The time represented is local time.
Attribute can be applied to any application element.
All namespaces defined in the scope of the current node, excluding the xmlns:xml namespace,...