Package org.attoparser.dom
package org.attoparser.dom
Handlers for creating DOM trees as a result of parsing.
-
ClassDescriptionCDATA Section node in a DOM tree.Comment node in a DOM tree.DOCTYPE clause node in a DOM tree.Root object for a DOM object tree produced by the
DOMBuilderMarkupHandler
handler or theIDOMMarkupParser
parser implementations.Implementation ofIMarkupHandler
that builds a DOM tree using objects of classes from package org.attoparser.dom.Default implementation of theIDOMMarkupParser
interface.Static utility class able to write a DOM tree (or a fragment of it) as markup.Element node in a DOM tree.Interface to be implemented by all DOM Markup Parsers.Common interface for all nodes in DOM trees that can have children nodes.Base interface for all nodes in a DOM tree.Processing Instruction node in a DOM tree.Text node in a DOM tree.XML Declaration node in a DOM tree.