|
HTML Parser Home Page | |||||||||
PREV NEXT | FRAMES NO FRAMES |
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. |
|
© 2006 Derrick Oswald Sep 17, 2006
|
|||||||||
PREV NEXT | FRAMES NO FRAMES |
HTML Parser is an open source library released under Common Public License. |