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 classInputStreamSourceA source of characters based on an InputStream such as from a URLConnection.classStringSourceA source of characters based on a String.Fields in org.htmlparser.lexer declared as Source Modifier and Type Field Description protected SourcePage. mSourceThe source of characters.Methods in org.htmlparser.lexer that return Source Modifier and Type Method Description SourcePage. 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.
-