Uses of Class
com.itextpdf.styledxmlparser.jsoup.parser.ParseErrorList
-
Packages that use ParseErrorList Package Description com.itextpdf.styledxmlparser.jsoup.parser -
-
Uses of ParseErrorList in com.itextpdf.styledxmlparser.jsoup.parser
Fields in com.itextpdf.styledxmlparser.jsoup.parser declared as ParseErrorList Modifier and Type Field Description private ParseErrorList
Parser. errors
private ParseErrorList
Tokeniser. errors
Methods in com.itextpdf.styledxmlparser.jsoup.parser that return ParseErrorList Modifier and Type Method Description ParseErrorList
Parser. 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 ParseErrorList Modifier and Type Method Description static java.util.List<Node>
Parser. parseFragment(java.lang.String fragmentHtml, Element context, java.lang.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 ParseErrorList Constructor Description ParseErrorList(ParseErrorList copy)
Create a new ParseErrorList with the same settings, but no errors in the listTokeniser(CharacterReader reader, ParseErrorList errors)
-