XmlNodeType Enum
Namespace: System.Xml · Assembly: GHIElectronics.TinyCLR.System.Xml
Node kinds in an XML document. Same values as .NET's System.Xml.XmlNodeType.
public enum XmlNodeType
Fields
| Name | Value | Description |
|---|---|---|
None | 0 | |
Element | 1 | |
Attribute | 2 | |
Text | 3 | |
CDATA | 4 | |
EntityReference | 5 | |
Entity | 6 | |
ProcessingInstruction | 7 | |
Comment | 8 | |
Document | 9 | |
DocumentType | 10 | |
DocumentFragment | 11 | |
Notation | 12 | |
Whitespace | 13 | |
SignificantWhitespace | 14 | |
EndElement | 15 | |
EndEntity | 16 | |
XmlDeclaration | 17 |