org.htmlparser.util

Class 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

Field Summary
protected static ParserFeedbackcallback
Method Summary
static voiderror(String message, ParserException e)
static voidinfo(String message)
static voidsetParserFeedback(ParserFeedback feedback)
static voidwarning(String message)

Field Detail

callback

protected static ParserFeedback callback

Method Detail

error

public static void error(String message, ParserException e)

info

public static void info(String message)

setParserFeedback

public static void setParserFeedback(ParserFeedback feedback)

warning

public static void warning(String message)
HTML Parser is an open source library released under LGPL. SourceForge.net