Describes the type of an XPath node.
Syntax
public enum XPathNodeType
Remarks
Members
| Member Name | Description |
|---|
| All | Used to signal that the caller wants all types of elements. |
| Attribute | An attribute on an element. |
| A comment. |
| Element | An element, for example <Element /> is an element. |
| Namespace | A namespace attribute, such as xmlns:mono="http://go-mono.com" |
| ProcessingInstruction | A processing instruction. |
| Root | The root element of the document. |
| SignificantWhitespace | Whitespace that is significant. |
| Text | Text between elements. |
| Whitespace | Whitespace that is only shown in the document because the user asked to have the parser include all whitespace. |
Requirements
Namespace: System.Xml.XPath
Assembly: System.Xml (in System.Xml.dll)
Assembly Versions: 1.0.5000.0, 2.0.0.0