| Interface | Description |
|---|---|
| Child |
Interface implemented by child nodes: they have an optional parent.
|
| Leaf |
Interface implemented by leaf nodes (they have no children).
|
| Node |
Base interface of data nodes.
|
| Parent |
Interface implemented by nodes that are parents (they have children nodes): Document and Element.
|
| Class | Description |
|---|---|
| AbstractChild |
Base class of nodes that are children (they have a parent node).
|
| AbstractContentNode |
Base class for nodes with content: text and comment.
|
| Attribute |
XML like attribute ([name, value] pair).
|
| Comment |
Comment node.
|
| Document |
XML like Document node.
|
| Element |
XML like Element node.
|
| Text |
Text node.
|
| Enum | Description |
|---|---|
| ElementContentType |
Enumeration of possible element content types.
|
| NodeType |
Enumeration of possible node types.
|
Copyright © 2018. All rights reserved.