Package org.attoparser.markup.dom

Interface Summary
AttoDOMVisitor Common interface for visitors capable of traversing a attoDOM tree.
 

Class Summary
AbstractAttoDOMVisitor Common abstract class for visitors capable of traversing a attoDOM tree.
CDATASection A CDATA Section node in a attoDOM tree.
Comment A Comment node in a attoDOM tree.
DocType Models a DOCTYPE clause in a attoDOM Document.
Document An attoDOM document, obtained from parsing a document using a DOMMarkupAttoHandler handler object.
DOMMarkupAttoHandler Implementation of IAttoHandler that builds an attoDOM tree, with objects from package org.attoparser.markup.dom.
Element Base abstract class for all nodes in a attoDOM tree which have children.
MarkupWriterAttoDOMVisitor Implementation of AttoDOMVisitor capable of writing an attoDOM tree as markup code.
Node Base abstract class for all nodes in a attoDOM tree.
ProcessingInstruction A Processing Instruction node in a attoDOM tree.
Text A Text node in a attoDOM tree.
XmlDeclaration Models a XML Declaration in a attoDOM Document.
 

Exception Summary
AttoDOMVisitorException General exception for problems occurred during DOM visiting.
 



Copyright © 2012 The ATTOPARSER team. All Rights Reserved.