com.meterware.httpunit.parsing
public interface HTMLParserListener
Method Summary | |
---|---|
void | error(URL url, String msg, int line, int column)
Invoked when the parser wishes to report an error. |
void | warning(URL url, String msg, int line, int column)
Invoked when the parser wishes to report a warning. |
Parameters: url the location of the document to which the error applies. msg the warning message line the line in the document on which the problematic HTML was found column the column in the document on which the problematic HTML was found
Parameters: url the location of the document to which the warning applies. msg the warning message line the line in the document on which the problematic HTML was found column the column in the document on which the problematic HTML was found