Uses of Class
com.itextpdf.styledxmlparser.jsoup.parser.ParseErrorList
Packages that use ParseErrorList
-
Uses of ParseErrorList in com.itextpdf.styledxmlparser.jsoup.parser
Methods in com.itextpdf.styledxmlparser.jsoup.parser that return ParseErrorListModifier and TypeMethodDescriptionParser.getErrors()Retrieve the parse errors, if any, from the last parse.static ParseErrorListParseErrorList.noTracking()static ParseErrorListParseErrorList.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.