HTML Parser Home Page

Uses of Interface
org.htmlparser.util.ParserFeedback

Packages that use ParserFeedback
org.htmlparser The basic API classes which will be used by most users when working with the html parser (the Parser class is the most important one in this). 
org.htmlparser.util Code which can be reused by many classes, is located in this package. 
 

Uses of ParserFeedback in org.htmlparser
 

Fields in org.htmlparser declared as ParserFeedback
protected  ParserFeedback Parser.mFeedback
          Feedback object.
static ParserFeedback Parser.noFeedback
          A quiet message sink.
static ParserFeedback Parser.stdout
          A verbose message sink.
 

Methods in org.htmlparser that return ParserFeedback
 ParserFeedback Parser.getFeedback()
          Returns the feedback.
 

Methods in org.htmlparser with parameters of type ParserFeedback
 void Parser.setFeedback(ParserFeedback fb)
          Sets the feedback object used in scanning.
static URLConnection Parser.openConnection(URL url, ParserFeedback feedback)
          Opens a connection using the given url.
static URLConnection Parser.openConnection(String string, ParserFeedback feedback)
          Opens a connection based on a given string.
 

Constructors in org.htmlparser with parameters of type ParserFeedback
Parser(Lexer lexer, ParserFeedback fb)
          This constructor enables the construction of test cases, with readers associated with test string buffers.
Parser(URLConnection connection, ParserFeedback fb)
          Constructor for custom HTTP access.
Parser(String resourceLocn, ParserFeedback feedback)
          Creates a Parser object with the location of the resource (URL or file) You would typically create a DefaultHTMLParserFeedback object and pass it in.
 

Uses of ParserFeedback in org.htmlparser.util
 

Classes in org.htmlparser.util that implement ParserFeedback
 class DefaultParserFeedback
          Default implementation of the HTMLParserFeedback interface.
 

Fields in org.htmlparser.util declared as ParserFeedback
protected static ParserFeedback FeedbackManager.callback
           
 

Methods in org.htmlparser.util with parameters of type ParserFeedback
static void FeedbackManager.setParserFeedback(ParserFeedback feedback)
           
 

Constructors in org.htmlparser.util with parameters of type ParserFeedback
PeekingIteratorImpl(Lexer lexer, ParserFeedback fb)
          Deprecated.  
IteratorImpl(Lexer lexer, ParserFeedback fb)
           
 


© 2004 Somik Raha
Mar 14, 2004

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