Package org.attoparser.markup

Interface Summary
IAttributeSequenceHandling Handler feature interface to be implemented by IAttoHandler implementations that offer detailed reporting of markup attributes.
IBasicDocTypeHandling Handler feature interface to be implemented by IAttoHandler implementations that offer basic (non-detailed) reporting of DOCTYPE clauses.
IBasicElementHandling Handler feature interface to be implemented by IAttoHandler implementations that offer basic (non-detailed) reporting of elements (markup tags).
ICDATASectionHandling Handler feature interface to be implemented by IAttoHandler implementations that offer reporting of CDATA sections.
ICommentHandling Handler feature interface to be implemented by IAttoHandler implementations that offer reporting of markup comments.
IDetailedDocTypeHandling Handler feature interface to be implemented by IAttoHandler implementations that offer detailed reporting of DOCTYPE clauses.
IDetailedElementHandling Handler feature interface to be implemented by IAttoHandler implementations that offer detailed reporting of elements (markup tags).
IProcessingInstructionHandling Handler feature interface to be implemented by IAttoHandler implementations that offer reporting of Processing Instructions.
IXmlDeclarationHandling Handler feature interface to be implemented by IAttoHandler implementations that offer reporting of XML Declarations.
 

Class Summary
AbstractBasicMarkupAttoHandler Base abstract implementations for markup-specialized attohandlers that need differentiation among the different types of markup structures.
AbstractDetailedMarkupAttoHandler Base abstract implementations for markup-specialized attohandlers that not only differentiate among the different types of markup structures (as its superclass AbstractBasicMarkupAttoHandler does), but also divide both elements (tags) and DOCTYPE clauses into its components, lauching different events for them.
AbstractStandardMarkupAttoHandler Base abstract implementations for markup-specialized attohandlers that offer an event handling interface similar to that of the standard SAX ContentHandler.
AttributeSequenceMarkupParsingUtil Class containing utility methods for parsing attribute sequences.
CdataMarkupParsingUtil Class containing utility methods for parsing CDATA sections.
CommentMarkupParsingUtil Class containing utility methods for parsing comments.
DocTypeMarkupParsingUtil Class containing utility methods for parsing DOCTYPE clauses.
ElementMarkupParsingUtil Class containing utility methods for parsing elements (tags).
MarkupAttoParser Default implementation of the IAttoParser interface, able of parsing XML and HTML markup.
MarkupParsingConfiguration Models a series of markup parsing parameterizations that can be applied during document parsing by AbstractDetailedMarkupAttoHandler (and its subclasses).
MarkupParsingConfiguration.PrologParsingConfiguration Class encapsulating the configuration parameters used for parsing and validating the "prolog" section of a markup document.
MarkupParsingUtil Class containing utility methods for general markup parsing.
ProcessingInstructionMarkupParsingUtil Class containing utility methods for parsing processing instructions.
XmlDeclarationMarkupParsingUtil Class containing utility methods for parsing XML Declarations.
 

Enum Summary
MarkupParsingConfiguration.ElementBalancing  
MarkupParsingConfiguration.PrologPresence  
MarkupParsingConfiguration.UniqueRootElementPresence  
 



Copyright © 2013 The ATTOPARSER team. All Rights Reserved.