Uses of Package
org.attoparser.config
-
Packages that use org.attoparser.config Package Description org.attoparser Main parser and handler artifacts: basic interfaces and implementations.org.attoparser.config Parser configuration artifacts.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.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. -
Classes in org.attoparser.config used by org.attoparser Class Description ParseConfiguration Models a series of parsing configurations that can be applied during document parsing byMarkupParser
and its variantsSimpleMarkupParser
andDOMMarkupParser
.ParseConfiguration.PrologParseConfiguration Class encapsulating the configuration parameters used for parsing and validating the "prolog" section of a markup document.ParseConfiguration.UniqueRootElementPresence Enumeration used for determining the behaviour the parser should have with respect to the presence and number of root elements in the parsed document. -
Classes in org.attoparser.config used by org.attoparser.config Class Description ParseConfiguration Models a series of parsing configurations that can be applied during document parsing byMarkupParser
and its variantsSimpleMarkupParser
andDOMMarkupParser
.ParseConfiguration.ElementBalancing Enumeration representing the possible actions to be taken with regard to element balancing:ParseConfiguration.ParsingMode Enumeration used for determining the parsing mode, which will affect the parser's behaviour.ParseConfiguration.PrologParseConfiguration Class encapsulating the configuration parameters used for parsing and validating the "prolog" section of a markup document.ParseConfiguration.PrologPresence Enumeration used for determining whether an element in the document prolog (DOCTYPE, XML Declaration) or the prolog itself should be allowed, required or even forbidden.ParseConfiguration.UniqueRootElementPresence Enumeration used for determining the behaviour the parser should have with respect to the presence and number of root elements in the parsed document. -
Classes in org.attoparser.config used by org.attoparser.dom Class Description ParseConfiguration Models a series of parsing configurations that can be applied during document parsing byMarkupParser
and its variantsSimpleMarkupParser
andDOMMarkupParser
. -
Classes in org.attoparser.config used by org.attoparser.duplicate Class Description ParseConfiguration Models a series of parsing configurations that can be applied during document parsing byMarkupParser
and its variantsSimpleMarkupParser
andDOMMarkupParser
. -
Classes in org.attoparser.config used by org.attoparser.minimize Class Description ParseConfiguration Models a series of parsing configurations that can be applied during document parsing byMarkupParser
and its variantsSimpleMarkupParser
andDOMMarkupParser
. -
Classes in org.attoparser.config used by org.attoparser.select Class Description ParseConfiguration Models a series of parsing configurations that can be applied during document parsing byMarkupParser
and its variantsSimpleMarkupParser
andDOMMarkupParser
. -
Classes in org.attoparser.config used by org.attoparser.simple Class Description ParseConfiguration Models a series of parsing configurations that can be applied during document parsing byMarkupParser
and its variantsSimpleMarkupParser
andDOMMarkupParser
.