Uses of Class org.htmlparser.Parser

Uses in package org.htmlparser

Methods with return type org.htmlparser.Parser

Parser
Parser.createParser(String html, String charset)
Creates the parser on an input string.

Uses in package org.htmlparser.util

Methods with return type org.htmlparser.Parser

Parser
Create a Parser Object having a String Object as input (instead of a url or a string representing the url location).

Uses in package org.htmlparser.beans

Fields of type org.htmlparser.Parser

Parser
The parser used to filter.
Parser
The parser used to extract strings.
Parser
The parser used to extract strings.

Methods with parameter type org.htmlparser.Parser

void
Set the parser for the bean.

Methods with return type org.htmlparser.Parser

Parser
Get the parser used to fetch nodes.

Uses in package org.htmlparser.visitors

Constructors with parameter type org.htmlparser.Parser

Uses in package org.htmlparser.sax

Constructors with parameter type org.htmlparser.Parser

Creates a locator for the given parser.

Fields of type org.htmlparser.Parser

Parser
Underlying parser object.
Parser
The underlying DOM parser.

Uses in package org.htmlparser.parserapplications.filterbuilder

Methods with parameter type org.htmlparser.Parser

Filter[]
Filter.reconstitute(String string, Parser context)
Returns the filters represented by the string.
void
Assign the underlying node filter for this wrapper.
Filter
Filter.wrap(NodeFilter filter, Parser context)
Returns a wrapped filter.

Uses in package org.htmlparser.parserapplications.filterbuilder.wrappers

Methods with parameter type org.htmlparser.Parser

void
Assign the underlying node filter for this wrapper.
void
Assign the underlying node filter for this wrapper.
void
Assign the underlying node filter for this wrapper.
void
Assign the underlying node filter for this wrapper.
void
Assign the underlying node filter for this wrapper.
void
Assign the underlying node filter for this wrapper.
void
Assign the underlying node filter for this wrapper.
void
Assign the underlying node filter for this wrapper.
void
Assign the underlying node filter for this wrapper.
void
Assign the underlying node filter for this wrapper.
void
Assign the underlying node filter for this wrapper.

Uses in package org.htmlparser.parserapplications

Fields of type org.htmlparser.Parser

Parser
The parser to use for processing.

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