This enumeration is used to indicate how to filter namespace nodes in queries.
public enum XPathNamespaceScope
Member Name | Description |
---|
All | Indicates that all namespace nodes should be in evaluation results. |
ExcludeXml | Indicates that prefix "xml" (namespace "http://www.w3.org/XML/1998/namespace") should be excluded from evaluation results. |
Local | Indicates that only locally-declared namespace nodes should be in evaluation results. |
Namespace: System.Xml.XPath
Assembly: System.Xml (in System.Xml.dll)
Assembly Versions: 1.0.5000.0, 2.0.0.0