| ノードの種類 | nodeName | NodeValue | attributes |
| Element | タグ名 | Null | NamedNodeMap |
| Attr | 属性名 | 属性値 | Null |
| Text | #text | テキストノードの内容 | Null |
| CDATASection | #cdata-section | CDATA部の内容 | Null |
| EntityReference | 参照されるエンティティの名前 | Null | Null |
| Entity | エンティティ名 | Null | Null |
| ProcessingInstruction | ターゲット | ターゲットを除いた内容全部 | null |
| Comment | #comment | 注釈の内容 | null |
| Document | #document | Null | null |
| DocumentType | 文書型名 | Null | null |
| DocumentFlagment | #document-flagment | Null | null |
| Notation | 表記法名 | Null | null |