Package org.attoparser.config
Parser configuration artifacts.
-
Class Summary 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. -
Enum Summary Enum Description 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.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.