Uses of Package
org.attoparser.config
Packages that use org.attoparser.config
Package
Description
Main parser and handler artifacts: basic interfaces and implementations.
Parser configuration artifacts.
Handlers for creating DOM trees as a result of parsing.
Handlers for duplicating events between more than one handler.
Handlers for minimizing (compacting) HTML markup.
Handlers for filtering a part or several parts of markup during parsing
in a fast and efficient way.
Artifacts for parsing using a simplified version of the handler interfaces.
-
Classes in org.attoparser.config used by org.attoparserClassDescriptionModels a series of parsing configurations that can be applied during document parsing by
MarkupParser
and its variantsSimpleMarkupParser
andDOMMarkupParser
.Class encapsulating the configuration parameters used for parsing and validating the "prolog" section of a markup document.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.configClassDescriptionModels a series of parsing configurations that can be applied during document parsing by
MarkupParser
and its variantsSimpleMarkupParser
andDOMMarkupParser
.Enumeration representing the possible actions to be taken with regard to element balancing:Enumeration used for determining the parsing mode, which will affect the parser's behaviour.Class encapsulating the configuration parameters used for parsing and validating the "prolog" section of a markup document.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.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.domClassDescriptionModels a series of parsing configurations that can be applied during document parsing by
MarkupParser
and its variantsSimpleMarkupParser
andDOMMarkupParser
. -
Classes in org.attoparser.config used by org.attoparser.duplicateClassDescriptionModels a series of parsing configurations that can be applied during document parsing by
MarkupParser
and its variantsSimpleMarkupParser
andDOMMarkupParser
. -
Classes in org.attoparser.config used by org.attoparser.minimizeClassDescriptionModels a series of parsing configurations that can be applied during document parsing by
MarkupParser
and its variantsSimpleMarkupParser
andDOMMarkupParser
. -
Classes in org.attoparser.config used by org.attoparser.selectClassDescriptionModels a series of parsing configurations that can be applied during document parsing by
MarkupParser
and its variantsSimpleMarkupParser
andDOMMarkupParser
. -
Classes in org.attoparser.config used by org.attoparser.simpleClassDescriptionModels a series of parsing configurations that can be applied during document parsing by
MarkupParser
and its variantsSimpleMarkupParser
andDOMMarkupParser
.