Package org.attoparser.dom
Handlers for creating DOM trees as a result of parsing.
-
Interface Summary 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 Summary Class Description AbstractNestableNode AbstractNode 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 theDOMBuilderMarkupHandler
handler or theIDOMMarkupParser
parser implementations.DOMBuilderMarkupHandler Implementation ofIMarkupHandler
that builds a DOM tree using objects of classes from package org.attoparser.dom.DOMMarkupParser Default implementation of theIDOMMarkupParser
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.