NodeType
Contains an enumeration of various node types.
Attribute = 2
An attribute node of a node.
CData = 4
A CData text node.
Comment = 8
A comment node.
Document = 9
A document node.
DocumentFragment = 11
A document (fragment mode) node.
DocumentType = 10
A document type node.
Element = 1
A standard node element.
Entity = 6
An entity node.
EntityReference = 5
An entity reference node.
Notation = 12
A notation node.
A processing instruction node.
Text = 3
A text node.