| Package | Description |
|---|---|
| org.htmlparser |
The basic API classes which will be used by most developers when working with
the HTML Parser.
|
| org.htmlparser.http |
The http package is responsible for HTTP connections to servers.
|
| Modifier and Type | Class | Description |
|---|---|---|
class |
Parser |
The main parser class.
|
| Modifier and Type | Field | Description |
|---|---|---|
protected ConnectionMonitor |
ConnectionManager.mMonitor |
The object to be notified prior to and after each connection.
|
| Modifier and Type | Method | Description |
|---|---|---|
ConnectionMonitor |
ConnectionManager.getMonitor() |
Get the monitoring object, if any.
|
| Modifier and Type | Method | Description |
|---|---|---|
void |
ConnectionManager.setMonitor(ConnectionMonitor monitor) |
Set the monitoring object.
|
HTML Parser is an open source library released under LGPL.