Uses of Class
org.jsoup.parser.ParseError

Packages that use ParseError
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
 java.util.List<ParseError> Parser.getErrors()
          Retrieve the parse errors, if any, from the last parse.
 



Copyright © 2009-2013 Jonathan Hedley. All Rights Reserved.