| 类型 | nodeName | nodeValue |
|---|---|---|
| Document | #document | null |
| DocumentFragment | #document fragment | null |
| DocumentType | doctype 名称 | null |
| EntityReference | 实体引用名称 | null |
| Element | element name | null |
| Attr | 属性名称 | 属性值 |
| ProcessingInstruction | target | 节点的内容 |
| Comment | #comment | 注释文本 |
| Text | #text | 节点内容 |
| CDATASection | #cdata-section | 节点内容 |
| Entity | 实体名称 | null |
| Notation | 符号名称 | null |