| Node Type | Node Value | 
|---|---|
| element node | null | 
| attribute node | attribute value | 
| text node | text of the node | 
| CDATA section node | text of the section | 
| entity reference node | null | 
| entity node | null | 
| processing instruction node | content of the processing instruction, not including the target | 
| comment node | text of the comment | 
| document node | null | 
| document type declaration node | null | 
| document fragment node | null | 
| notation node | null |