Uses of Class
org.jsoup.parser.ParseError
-
Packages that use ParseError Package Description org.jsoup.parser Contains the HTML parser, tag specifications, and HTML tokeniser. -
-
Uses of ParseError in org.jsoup.parser
Methods in org.jsoup.parser that return types with arguments of type ParseError Modifier and Type Method Description List<ParseError>
Parser. getErrors()
Retrieve the parse errors, if any, from the last parse.
-