Uses of Class
org.htmlparser.lexer.Source

Packages that use Source
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
 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
protected  Source Page.mSource
          The source of characters.
 

Methods in org.htmlparser.lexer that return Source
 Source Page.getSource()
          Get the source this page is reading from.
 

Constructors in org.htmlparser.lexer with parameters of type Source
Page(Source source)
          Construct a page from a source.