Class | Description |
---|---|
ParseConfiguration |
Models a series of parsing configurations that can be applied during document parsing
by
MarkupParser and its variants
SimpleMarkupParser and DOMMarkupParser . |
ParseConfiguration.PrologParseConfiguration |
Class encapsulating the configuration parameters used for parsing
and validating the "prolog" section of a markup document.
|
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.
|
Parser configuration artifacts.
Copyright © 2023 The ATTOPARSER team. All rights reserved.