org.htmlparser.util
Class FeedbackManager
java.lang.Object
org.htmlparser.util.FeedbackManager
public class FeedbackManager
- extends Object
Implementaiton of static methods that allow the parser to
route various messages to any implementation of the
HTMLParserFeedback interface. End users can use the default
DefaultHTMLParserFeedback or may provide their own by calling
the setParserFeedback method.
- See Also:
ParserFeedback
,
DefaultParserFeedback
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
callback
protected static ParserFeedback callback
FeedbackManager
public FeedbackManager()
setParserFeedback
public static void setParserFeedback(ParserFeedback feedback)
info
public static void info(String message)
warning
public static void warning(String message)
error
public static void error(String message,
ParserException e)