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 and Description |
---|---|
class |
Parser
The main parser class.
|
Modifier and Type | Field and Description |
---|---|
protected ConnectionMonitor |
ConnectionManager.mMonitor
The object to be notified prior to and after each connection.
|
Modifier and Type | Method and Description |
---|---|
ConnectionMonitor |
ConnectionManager.getMonitor()
Get the monitoring object, if any.
|
Modifier and Type | Method and Description |
---|---|
void |
ConnectionManager.setMonitor(ConnectionMonitor monitor)
Set the monitoring object.
|
HTML Parser is an open source library released under LGPL.