Uses of Interface
org.htmlparser.util.ParserFeedback
Packages that use ParserFeedback
Package
Description
The basic API classes which will be used by most developers when working with
the HTML Parser.
The sax package implements a SAX (Simple API for XML) parser for HTML.
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 ParserFeedbackModifier and TypeFieldDescriptionstatic final ParserFeedback
Parser.DEVNULL
A quiet message sink.protected ParserFeedback
Parser.mFeedback
Feedback object.static final ParserFeedback
Parser.STDOUT
A verbose message sink.Methods in org.htmlparser that return ParserFeedbackMethods in org.htmlparser with parameters of type ParserFeedbackModifier and TypeMethodDescriptionvoid
Parser.setFeedback
(ParserFeedback fb) Sets the feedback object used in scanning.Constructors in org.htmlparser with parameters of type ParserFeedbackModifierConstructorDescriptionParser
(String resource, 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.Parser
(URLConnection connection, ParserFeedback fb) Constructor for custom HTTP access.Parser
(Lexer lexer, ParserFeedback fb) Construct a parser using the provided lexer and feedback object. -
Uses of ParserFeedback in org.htmlparser.sax
Classes in org.htmlparser.sax that implement ParserFeedbackModifier and TypeClassDescriptionclass
Mediates between the feedback mechanism of the htmlparser and an error handler. -
Uses of ParserFeedback in org.htmlparser.util
Classes in org.htmlparser.util that implement ParserFeedbackModifier and TypeClassDescriptionclass
Default implementation of the HTMLParserFeedback interface.Fields in org.htmlparser.util declared as ParserFeedbackMethods in org.htmlparser.util with parameters of type ParserFeedbackModifier and TypeMethodDescriptionstatic void
FeedbackManager.setParserFeedback
(ParserFeedback feedback) Constructors in org.htmlparser.util with parameters of type ParserFeedback