Uses of Package
org.attoparser
-
Packages that use org.attoparser Package Description org.attoparser Main parser and handler artifacts: basic interfaces and implementations.org.attoparser.discard Handlers for discarding markup.org.attoparser.dom Handlers for creating DOM trees as a result of parsing.org.attoparser.duplicate Handlers for duplicating events between more than one handler.org.attoparser.minimize Handlers for minimizing (compacting) HTML markup.org.attoparser.output Handlers for outputting markup as a result of parsing.org.attoparser.prettyhtml Handlers for creating a pretty-HTML representation of parsing events.org.attoparser.select Handlers for filtering a part or several parts of markup during parsing in a fast and efficient way.org.attoparser.simple Artifacts for parsing using a simplified version of the handler interfaces.org.attoparser.trace Handlers for creating traces of parsing events (for testing/debugging). -
Classes in org.attoparser used by org.attoparser Class Description AbstractChainedMarkupHandler Base abstract implementation ofIMarkupHandler
that implements all of its event handlers by delegating these events to anotherIMarkupHandler
object passed during construction.AbstractMarkupHandler Base abstract implementation ofIMarkupHandler
that implements all of its methods as no-ops.HtmlAutoCloseElement HtmlAutoOpenCDATAContentElement HtmlAutoOpenCloseElement HtmlAutoOpenElement HtmlCDATAContentElement HtmlElement HtmlElements.HtmlElementRepository HtmlElements.HtmlElementRepository.ElementComparator HtmlVoidAutoCloseElement HtmlVoidAutoOpenCloseElement HtmlVoidAutoOpenElement HtmlVoidElement IAttributeSequenceHandler Interface to be implemented by all handlers capable of receiving events about attribute sequences.ICDATASectionHandler Interface to be implemented by all handlers capable of receiving events about CDATA Sections.ICommentHandler Interface to be implemented by all handlers capable of receiving events about Comments.IDocTypeHandler Interface to be implemented by all handlers capable of receiving events about DOCTYPE clauses.IDocumentHandler Interface to be implemented by all handlers capable of receiving events about document start/end.IElementHandler Interface to be implemented by all handlers capable of receiving events about elements.IMarkupHandler Interface to be implemented by all Markup Handlers.IMarkupParser Interface to be implemented by all Markup Parsers.IProcessingInstructionHandler Interface to be implemented by all handlers capable of receiving events about Processing Instructions.ITextHandler Interface to be implemented by all handlers capable of receiving events about Text events.IXMLDeclarationHandler Interface to be implemented by all handlers capable of receiving events about XML Declarations.MarkupEventProcessorHandler.StructureNamesRepository MarkupParser.BufferPool ParseException General exception for parsing errors, thrown primarily by event handlers.ParseStatus Class used for reporting the status of current parsing operations to handlers. -
Classes in org.attoparser used by org.attoparser.discard Class Description AbstractMarkupHandler Base abstract implementation ofIMarkupHandler
that implements all of its methods as no-ops.IAttributeSequenceHandler Interface to be implemented by all handlers capable of receiving events about attribute sequences.ICDATASectionHandler Interface to be implemented by all handlers capable of receiving events about CDATA Sections.ICommentHandler Interface to be implemented by all handlers capable of receiving events about Comments.IDocTypeHandler Interface to be implemented by all handlers capable of receiving events about DOCTYPE clauses.IDocumentHandler Interface to be implemented by all handlers capable of receiving events about document start/end.IElementHandler Interface to be implemented by all handlers capable of receiving events about elements.IMarkupHandler Interface to be implemented by all Markup Handlers.IProcessingInstructionHandler Interface to be implemented by all handlers capable of receiving events about Processing Instructions.ITextHandler Interface to be implemented by all handlers capable of receiving events about Text events.IXMLDeclarationHandler Interface to be implemented by all handlers capable of receiving events about XML Declarations. -
Classes in org.attoparser used by org.attoparser.dom Class Description AbstractMarkupHandler Base abstract implementation ofIMarkupHandler
that implements all of its methods as no-ops.IAttributeSequenceHandler Interface to be implemented by all handlers capable of receiving events about attribute sequences.ICDATASectionHandler Interface to be implemented by all handlers capable of receiving events about CDATA Sections.ICommentHandler Interface to be implemented by all handlers capable of receiving events about Comments.IDocTypeHandler Interface to be implemented by all handlers capable of receiving events about DOCTYPE clauses.IDocumentHandler Interface to be implemented by all handlers capable of receiving events about document start/end.IElementHandler Interface to be implemented by all handlers capable of receiving events about elements.IMarkupHandler Interface to be implemented by all Markup Handlers.IProcessingInstructionHandler Interface to be implemented by all handlers capable of receiving events about Processing Instructions.ITextHandler Interface to be implemented by all handlers capable of receiving events about Text events.IXMLDeclarationHandler Interface to be implemented by all handlers capable of receiving events about XML Declarations.MarkupParser Default implementation of theIMarkupParser
interface.ParseException General exception for parsing errors, thrown primarily by event handlers. -
Classes in org.attoparser used by org.attoparser.duplicate Class Description AbstractMarkupHandler Base abstract implementation ofIMarkupHandler
that implements all of its methods as no-ops.IAttributeSequenceHandler Interface to be implemented by all handlers capable of receiving events about attribute sequences.ICDATASectionHandler Interface to be implemented by all handlers capable of receiving events about CDATA Sections.ICommentHandler Interface to be implemented by all handlers capable of receiving events about Comments.IDocTypeHandler Interface to be implemented by all handlers capable of receiving events about DOCTYPE clauses.IDocumentHandler Interface to be implemented by all handlers capable of receiving events about document start/end.IElementHandler Interface to be implemented by all handlers capable of receiving events about elements.IMarkupHandler Interface to be implemented by all Markup Handlers.IProcessingInstructionHandler Interface to be implemented by all handlers capable of receiving events about Processing Instructions.ITextHandler Interface to be implemented by all handlers capable of receiving events about Text events.IXMLDeclarationHandler Interface to be implemented by all handlers capable of receiving events about XML Declarations.ParseException General exception for parsing errors, thrown primarily by event handlers.ParseStatus Class used for reporting the status of current parsing operations to handlers. -
Classes in org.attoparser used by org.attoparser.minimize Class Description AbstractChainedMarkupHandler Base abstract implementation ofIMarkupHandler
that implements all of its event handlers by delegating these events to anotherIMarkupHandler
object passed during construction.AbstractMarkupHandler Base abstract implementation ofIMarkupHandler
that implements all of its methods as no-ops.IAttributeSequenceHandler Interface to be implemented by all handlers capable of receiving events about attribute sequences.ICDATASectionHandler Interface to be implemented by all handlers capable of receiving events about CDATA Sections.ICommentHandler Interface to be implemented by all handlers capable of receiving events about Comments.IDocTypeHandler Interface to be implemented by all handlers capable of receiving events about DOCTYPE clauses.IDocumentHandler Interface to be implemented by all handlers capable of receiving events about document start/end.IElementHandler Interface to be implemented by all handlers capable of receiving events about elements.IMarkupHandler Interface to be implemented by all Markup Handlers.IProcessingInstructionHandler Interface to be implemented by all handlers capable of receiving events about Processing Instructions.ITextHandler Interface to be implemented by all handlers capable of receiving events about Text events.IXMLDeclarationHandler Interface to be implemented by all handlers capable of receiving events about XML Declarations.ParseException General exception for parsing errors, thrown primarily by event handlers. -
Classes in org.attoparser used by org.attoparser.output Class Description AbstractMarkupHandler Base abstract implementation ofIMarkupHandler
that implements all of its methods as no-ops.IAttributeSequenceHandler Interface to be implemented by all handlers capable of receiving events about attribute sequences.ICDATASectionHandler Interface to be implemented by all handlers capable of receiving events about CDATA Sections.ICommentHandler Interface to be implemented by all handlers capable of receiving events about Comments.IDocTypeHandler Interface to be implemented by all handlers capable of receiving events about DOCTYPE clauses.IDocumentHandler Interface to be implemented by all handlers capable of receiving events about document start/end.IElementHandler Interface to be implemented by all handlers capable of receiving events about elements.IMarkupHandler Interface to be implemented by all Markup Handlers.IProcessingInstructionHandler Interface to be implemented by all handlers capable of receiving events about Processing Instructions.ITextHandler Interface to be implemented by all handlers capable of receiving events about Text events.IXMLDeclarationHandler Interface to be implemented by all handlers capable of receiving events about XML Declarations.ParseException General exception for parsing errors, thrown primarily by event handlers. -
Classes in org.attoparser used by org.attoparser.prettyhtml Class Description AbstractMarkupHandler Base abstract implementation ofIMarkupHandler
that implements all of its methods as no-ops.IAttributeSequenceHandler Interface to be implemented by all handlers capable of receiving events about attribute sequences.ICDATASectionHandler Interface to be implemented by all handlers capable of receiving events about CDATA Sections.ICommentHandler Interface to be implemented by all handlers capable of receiving events about Comments.IDocTypeHandler Interface to be implemented by all handlers capable of receiving events about DOCTYPE clauses.IDocumentHandler Interface to be implemented by all handlers capable of receiving events about document start/end.IElementHandler Interface to be implemented by all handlers capable of receiving events about elements.IMarkupHandler Interface to be implemented by all Markup Handlers.IProcessingInstructionHandler Interface to be implemented by all handlers capable of receiving events about Processing Instructions.ITextHandler Interface to be implemented by all handlers capable of receiving events about Text events.IXMLDeclarationHandler Interface to be implemented by all handlers capable of receiving events about XML Declarations.ParseException General exception for parsing errors, thrown primarily by event handlers. -
Classes in org.attoparser used by org.attoparser.select Class Description AbstractChainedMarkupHandler Base abstract implementation ofIMarkupHandler
that implements all of its event handlers by delegating these events to anotherIMarkupHandler
object passed during construction.AbstractMarkupHandler Base abstract implementation ofIMarkupHandler
that implements all of its methods as no-ops.IAttributeSequenceHandler Interface to be implemented by all handlers capable of receiving events about attribute sequences.ICDATASectionHandler Interface to be implemented by all handlers capable of receiving events about CDATA Sections.ICommentHandler Interface to be implemented by all handlers capable of receiving events about Comments.IDocTypeHandler Interface to be implemented by all handlers capable of receiving events about DOCTYPE clauses.IDocumentHandler Interface to be implemented by all handlers capable of receiving events about document start/end.IElementHandler Interface to be implemented by all handlers capable of receiving events about elements.IMarkupHandler Interface to be implemented by all Markup Handlers.IProcessingInstructionHandler Interface to be implemented by all handlers capable of receiving events about Processing Instructions.ITextHandler Interface to be implemented by all handlers capable of receiving events about Text events.IXMLDeclarationHandler Interface to be implemented by all handlers capable of receiving events about XML Declarations.ParseException General exception for parsing errors, thrown primarily by event handlers.ParseStatus Class used for reporting the status of current parsing operations to handlers. -
Classes in org.attoparser used by org.attoparser.simple Class Description AbstractMarkupHandler Base abstract implementation ofIMarkupHandler
that implements all of its methods as no-ops.IAttributeSequenceHandler Interface to be implemented by all handlers capable of receiving events about attribute sequences.ICDATASectionHandler Interface to be implemented by all handlers capable of receiving events about CDATA Sections.ICommentHandler Interface to be implemented by all handlers capable of receiving events about Comments.IDocTypeHandler Interface to be implemented by all handlers capable of receiving events about DOCTYPE clauses.IDocumentHandler Interface to be implemented by all handlers capable of receiving events about document start/end.IElementHandler Interface to be implemented by all handlers capable of receiving events about elements.IMarkupHandler Interface to be implemented by all Markup Handlers.IProcessingInstructionHandler Interface to be implemented by all handlers capable of receiving events about Processing Instructions.ITextHandler Interface to be implemented by all handlers capable of receiving events about Text events.IXMLDeclarationHandler Interface to be implemented by all handlers capable of receiving events about XML Declarations.MarkupParser Default implementation of theIMarkupParser
interface.ParseException General exception for parsing errors, thrown primarily by event handlers. -
Classes in org.attoparser used by org.attoparser.trace Class Description AbstractMarkupHandler Base abstract implementation ofIMarkupHandler
that implements all of its methods as no-ops.IAttributeSequenceHandler Interface to be implemented by all handlers capable of receiving events about attribute sequences.ICDATASectionHandler Interface to be implemented by all handlers capable of receiving events about CDATA Sections.ICommentHandler Interface to be implemented by all handlers capable of receiving events about Comments.IDocTypeHandler Interface to be implemented by all handlers capable of receiving events about DOCTYPE clauses.IDocumentHandler Interface to be implemented by all handlers capable of receiving events about document start/end.IElementHandler Interface to be implemented by all handlers capable of receiving events about elements.IMarkupHandler Interface to be implemented by all Markup Handlers.IProcessingInstructionHandler Interface to be implemented by all handlers capable of receiving events about Processing Instructions.ITextHandler Interface to be implemented by all handlers capable of receiving events about Text events.IXMLDeclarationHandler Interface to be implemented by all handlers capable of receiving events about XML Declarations.ParseException General exception for parsing errors, thrown primarily by event handlers.