org.htmlparser.util

Interface ParserFeedback

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.

See Also: DefaultParserFeedback

Method Summary
voiderror(String message, ParserException e)
voidinfo(String message)
voidwarning(String message)

Method Detail

error

public void error(String message, ParserException e)

info

public void info(String message)

warning

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