节点类型 |
描述 |
子元素 |
Document |
表示整个文档(DOM 树的根节点) |
- Element (max. one)
- ProcessingInstruction
- Comment
- DocumentType
|
DocumentFragment |
表示轻量级的 Document 对象,其中容纳了一部分文档。 |
- ProcessingInstruction
- Comment
- Text
- CDATASection
- EntityReference
|
DocumentType |
向为文档定义的实体提供接口。 |
None |
ProcessingInstruction |
表示处理指令。 |
None |
EntityReference |
表示实体引用元素。 |
- ProcessingInstruction
- Comment
- Text
- CDATASection
- EntityReference
|
Element |
表示 element(元素)元素 |
- Text
- Comment
- ProcessingInstruction
- CDATASection
- EntityReference
|
Attr |
表示属性。 |
|
Text |
表示元素或属性中的文本内容。 |
None |
CDATASection |
表示文档中的 CDATA 区段(文本不会被解析器解析) |
None |
Comment |
表示注释。 |
None |
Entity |
表示实体。 |
- ProcessingInstruction
- Comment
- Text
- CDATASection
- EntityReference
|
Notation |
表示在 DTD 中声明的符号。 |
None |