Package | Description |
---|---|
org.htmlparser.lexer |
The lexer package is the base level I/O subsystem.
|
Modifier and Type | Class and 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.
|
Modifier and Type | Field and Description |
---|---|
protected Source |
Page.mSource
The source of characters.
|
Modifier and Type | Method and Description |
---|---|
Source |
Page.getSource()
Get the source this page is reading from.
|
Constructor and Description |
---|
Page(Source source)
Construct a page from a source.
|
HTML Parser is an open source library released under LGPL.