Uses of Class org.htmlparser.lexer.Lexer

Uses in package org.htmlparser.lexerapplications.thumbelina

Methods with parameter type org.htmlparser.lexer.Lexer

URL[][]
Thumbelina.extractImageLinks(Lexer lexer, URL docbase)
Get the links of an element of a document.

Uses in package org.htmlparser

Constructors with parameter type org.htmlparser.lexer.Lexer

Construct a parser using the provided lexer.
Construct a parser using the provided lexer and feedback object.

Fields of type org.htmlparser.lexer.Lexer

Lexer
The html lexer associated with this parser.

Methods with parameter type org.htmlparser.lexer.Lexer

void
Set the lexer for this parser.

Methods with return type org.htmlparser.lexer.Lexer

Lexer
Returns the lexer associated with the parser.

Uses in package org.htmlparser.util

Constructors with parameter type org.htmlparser.lexer.Lexer

Uses in package org.htmlparser.scanners

Methods with parameter type org.htmlparser.lexer.Lexer

Tag
CompositeTagScanner.createVirtualEndTag(Tag tag, Lexer lexer, Page page, int position)
Creates an end tag with the same name as the given tag.
void
Finish off a tag.
Tag
CompositeTagScanner.scan(Tag tag, Lexer lexer, NodeList stack)
Collect the children.
Tag
Scanner.scan(Tag tag, Lexer lexer, NodeList stack)
Scan the tag.
Tag
ScriptScanner.scan(Tag tag, Lexer lexer, NodeList stack)
Scan for script.
Tag
StyleScanner.scan(Tag tag, Lexer lexer, NodeList stack)
Scan for style definitions.
Tag
TagScanner.scan(Tag tag, Lexer lexer, NodeList stack)
Scan the tag.

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