|
|||||||||
| Home >> All >> org >> htmlparser >> [ util overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
org.htmlparser.util
Interface ParserFeedback

- All Known Implementing Classes:
- DefaultParserFeedback
- public interface ParserFeedback
Interface for providing feedback without forcing the output destination to be predefined. A default implementation is provided to output events to the console but alternate implementations that log, watch for specific messages, etc. are also possible.
| Method Summary | |
void |
error(java.lang.String message,
ParserException e)
|
void |
info(java.lang.String message)
|
void |
warning(java.lang.String message)
|
| Method Detail |
info
public void info(java.lang.String message)
warning
public void warning(java.lang.String message)
error
public void error(java.lang.String message, ParserException e)
|
|||||||||
| Home >> All >> org >> htmlparser >> [ util overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
JAVADOC