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