Interface | Description |
---|---|
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.
|
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. |
DOMBuilderMarkupHandler |
Implementation of
IMarkupHandler that builds a DOM tree using objects of
classes from package org.attoparser.dom. |
DOMMarkupParser |
Default implementation of the
IDOMMarkupParser interface. |
DOMWriter |
Static utility class able to write a DOM tree (or a fragment of it) as markup.
|
Element |
Element node in a DOM tree.
|
ProcessingInstruction |
Processing Instruction node in a DOM tree.
|
StructureTextsRepository | |
Text |
Text node in a DOM tree.
|
XmlDeclaration |
XML Declaration node in a DOM tree.
|
Handlers for creating DOM trees as a result of parsing.
Copyright © 2023 The ATTOPARSER team. All rights reserved.