| Enumerator |
|---|
| None | |
| Element | |
| Attribute | |
| Text | |
| CDATA | |
| EntityReference | |
| Entity | |
| ProcessingInstruction | |
| Comment | |
| Document | |
| DocumentType | |
| DocumentFragment | |
| Notation | |
| Whitespace | |
| SignificantWhitespace | |
| EndElement | |
| EndEntity | |
| XmlDeclaration | |
Definition at line 3 of file XmlNodeType.cs.
4{
5 None,
6 Element,
8 Text,
11 Entity,
12 ProcessingInstruction,
13 Comment,
14 Document,
17 Notation,
18 Whitespace,
19 SignificantWhitespace,
20 EndElement,
23}