| 类 | 说明 |
|---|---|
| Cursor |
A bookmark in a page.
|
| InputStreamSource |
A source of characters based on an InputStream such as from a URLConnection.
|
| Lexer |
This class parses the HTML stream into nodes.
|
| Page |
Represents the contents of an HTML page.
|
| PageAttribute |
An attribute within a tag on a page.
|
| PageIndex |
A sorted array of integers, the positions of the first characters of each line.
|
| Source |
A buffered source of characters.
|
| Stream |
Provides for asynchronous fetching from a stream.
|
| StringSource |
A source of characters based on a String.
|