Uses of Class
org.htmlparser.lexer.Lexer
Packages that use Lexer
Package
Description
The basic API classes which will be used by most developers when working with
the HTML Parser.
Extract the images behind thumbnail images.
The scanners package contains classes responsible for the tertiary
identification of tags.
Code which can be reused by many classes, is located in this package.
-
Uses of Lexer in org.htmlparser
Fields in org.htmlparser declared as LexerModifier and TypeFieldDescriptionprotected Lexer
Parser.mLexer
The html lexer associated with this parser.Methods in org.htmlparser that return LexerModifier and TypeMethodDescriptionParser.getLexer()
Returns the lexer associated with the parser.Methods in org.htmlparser with parameters of type LexerModifier and TypeMethodDescriptionvoid
Set the lexer for this parser.Constructors in org.htmlparser with parameters of type LexerModifierConstructorDescriptionConstruct a parser using the provided lexer.Parser
(Lexer lexer, ParserFeedback fb) Construct a parser using the provided lexer and feedback object. -
Uses of Lexer in org.htmlparser.lexerapplications.thumbelina
Methods in org.htmlparser.lexerapplications.thumbelina with parameters of type LexerModifier and TypeMethodDescriptionprotected URL[][]
Thumbelina.extractImageLinks
(Lexer lexer, URL docbase) Get the links of an element of a document. -
Uses of Lexer in org.htmlparser.scanners
Methods in org.htmlparser.scanners with parameters of type LexerModifier and TypeMethodDescriptionprotected Tag
CompositeTagScanner.createVirtualEndTag
(Tag tag, Lexer lexer, Page page, int position) Creates an end tag with the same name as the given tag.protected void
Finish off a tag.Collect the children.Scan the tag.Scan for script.Scan for style definitions.Scan the tag. -
Uses of Lexer in org.htmlparser.util
Constructors in org.htmlparser.util with parameters of type Lexer