Uses of Class
org.htmlparser.lexer.Source
-
Packages that use Source Package Description org.htmlparser.lexer The lexer package is the base level I/O subsystem. -
-
Uses of Source in org.htmlparser.lexer
Subclasses of Source in org.htmlparser.lexer Modifier and Type Class Description class
InputStreamSource
A source of characters based on an InputStream such as from a URLConnection.class
StringSource
A source of characters based on a String.Fields in org.htmlparser.lexer declared as Source Modifier and Type Field Description protected Source
Page. mSource
The source of characters.Methods in org.htmlparser.lexer that return Source Modifier and Type Method Description Source
Page. getSource()
Get the source this page is reading from.Constructors in org.htmlparser.lexer with parameters of type Source Constructor Description Page(Source source)
Construct a page from a source.
-