| Package | Description |
|---|---|
| org.attoparser.dom |
Handlers for creating DOM trees as a result of parsing.
|
| Class | Description |
|---|---|
| CDATASection |
CDATA Section node in a DOM tree.
|
| Comment |
Comment node in a DOM tree.
|
| DocType |
DOCTYPE clause node in a DOM tree.
|
| Document |
Root object for a DOM object tree produced by the
DOMBuilderMarkupHandler
handler or the IDOMMarkupParser parser implementations. |
| Element |
Element node in a DOM tree.
|
| IDOMMarkupParser |
Interface to be implemented by all DOM Markup Parsers.
|
| INestableNode |
Common interface for all nodes in DOM trees that
can have children nodes.
|
| INode |
Base interface for all nodes in a DOM tree.
|
| ProcessingInstruction |
Processing Instruction node in a DOM tree.
|
| Text |
Text node in a DOM tree.
|
| XmlDeclaration |
XML Declaration node in a DOM tree.
|
Copyright © 2018 The ATTOPARSER team. All rights reserved.