public interface HTMLParserListener
void warning(URL url, String msg, int line, int column)
url - the location of the document to which the warning applies.msg - the warning messageline - the line in the document on which the problematic HTML was foundcolumn - the column in the document on which the problematic HTML was foundvoid error(URL url, String msg, int line, int column)
url - the location of the document to which the error applies.msg - the warning messageline - the line in the document on which the problematic HTML was foundcolumn - the column in the document on which the problematic HTML was foundCopyright © 2012. All Rights Reserved.