Uses of Interface org.htmlparser.util.ParserFeedback

Uses in package org.htmlparser

Constructors with parameter type org.htmlparser.util.ParserFeedback

Parser.Parser(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.Parser(URLConnection connection, ParserFeedback fb)
Constructor for custom HTTP access.
Construct a parser using the provided lexer and feedback object.

Fields of type org.htmlparser.util.ParserFeedback

ParserFeedback
A quiet message sink.
ParserFeedback
A verbose message sink.
ParserFeedback
Feedback object.

Methods with parameter type org.htmlparser.util.ParserFeedback

void
Sets the feedback object used in scanning.

Methods with return type org.htmlparser.util.ParserFeedback

ParserFeedback
Returns the current feedback object.

Uses in package org.htmlparser.util

Classes implementing org.htmlparser.util.ParserFeedback

class
Default implementation of the HTMLParserFeedback interface.

Constructors with parameter type org.htmlparser.util.ParserFeedback

Fields of type org.htmlparser.util.ParserFeedback

ParserFeedback

Methods with parameter type org.htmlparser.util.ParserFeedback

void

Uses in package org.htmlparser.sax

Classes implementing org.htmlparser.util.ParserFeedback

class
Mediates between the feedback mechanism of the htmlparser and an error handler.

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