Uses of Class
com.itextpdf.styledxmlparser.jsoup.parser.ParseErrorList
Packages that use ParseErrorList
-
Uses of ParseErrorList in com.itextpdf.styledxmlparser.jsoup.parser
Fields in com.itextpdf.styledxmlparser.jsoup.parser declared as ParseErrorListModifier and TypeFieldDescriptionprivate ParseErrorList
Parser.errors
private final ParseErrorList
Tokeniser.errors
Methods in com.itextpdf.styledxmlparser.jsoup.parser that return ParseErrorListModifier and TypeMethodDescriptionParser.getErrors()
Retrieve the parse errors, if any, from the last parse.static ParseErrorList
ParseErrorList.noTracking()
static ParseErrorList
ParseErrorList.tracking
(int maxSize) Methods in com.itextpdf.styledxmlparser.jsoup.parser with parameters of type ParseErrorListModifier and TypeMethodDescriptionParser.parseFragment
(String fragmentHtml, Element context, String baseUri, ParseErrorList errorList) Parse a fragment of HTML into a list of nodes.Constructors in com.itextpdf.styledxmlparser.jsoup.parser with parameters of type ParseErrorListModifierConstructorDescription(package private)
ParseErrorList
(ParseErrorList copy) Create a new ParseErrorList with the same settings, but no errors in the list(package private)
Tokeniser
(CharacterReader reader, ParseErrorList errors)