Package org.htmlparser.util
Class FeedbackManager
java.lang.Object
org.htmlparser.util.FeedbackManager
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:
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic void
error
(String message, ParserException e) static void
static void
setParserFeedback
(ParserFeedback feedback) static void
-
Field Details
-
callback
-
-
Constructor Details
-
FeedbackManager
public FeedbackManager()
-
-
Method Details
-
setParserFeedback
-
info
-
warning
-
error
-