Package org.attoparser
package org.attoparser
Main parser and handler artifacts: basic interfaces and implementations.
The best place to start learning about attoparser by reading this docs is having a look at the
IMarkupParser
and especially the IMarkupHandler
interfaces.
-
ClassDescriptionBase abstract implementation of
IMarkupHandler
that implements all of its event handlers by delegating these events to anotherIMarkupHandler
object passed during construction.Base abstract implementation ofIMarkupHandler
that implements all of its methods as no-ops.Class meant to keep some constants related to the version of the AttoParser library being used, build date, etc.Utility class for obtaining a correct classloader on which to operate from a specific class.Interface to be implemented by all handlers capable of receiving events about attribute sequences.Interface to be implemented by all handlers capable of receiving events about CDATA Sections.Interface to be implemented by all handlers capable of receiving events about Comments.Interface to be implemented by all handlers capable of receiving events about DOCTYPE clauses.Interface to be implemented by all handlers capable of receiving events about document start/end.Interface to be implemented by all handlers capable of receiving events about elements.Interface to be implemented by all Markup Handlers.Interface to be implemented by all Markup Parsers.Interface to be implemented by all handlers capable of receiving events about Processing Instructions.Interface to be implemented by all handlers capable of receiving events about Text events.Interface to be implemented by all handlers capable of receiving events about XML Declarations.Default implementation of theIMarkupParser
interface.General exception for parsing errors, thrown primarily by event handlers.Class used for reporting the status of current parsing operations to handlers.Class containing utility methods for parsing attribute sequences, like those in open/standalone elements.Class containing utility methods for parsing CDATA sections.Class containing utility methods for parsing comments.Class containing utility methods for parsing DOCTYPE clauses.Class containing utility methods for parsing elements (tags).Class containing utility methods for parsing processing instructions.Class containing utility methods for parsing XML Declarations.