HTML Parser Home Page

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.

See Also:
DefaultParserFeedback, FeedbackManager

Method Summary
 void error(String message, ParserException e)
           
 void info(String message)
           
 void warning(String message)
           
 

Method Detail

info

public void info(String message)

warning

public void warning(String message)

error

public void error(String message,
                  ParserException e)

© 2004 Somik Raha
Mar 14, 2004

HTML Parser is an open source library released under LGPL.
SourceForge.net