Package | Description |
---|---|
org.htmlparser |
The basic API classes which will be used by most developers when working with
the HTML Parser.
|
org.htmlparser.lexer |
The lexer package is the base level I/O subsystem.
|
Modifier and Type | Method | Description |
---|---|---|
static ConnectionManager |
Parser.getConnectionManager() |
Get the connection manager all Parsers use.
|
Modifier and Type | Method | Description |
---|---|---|
static void |
Parser.setConnectionManager(ConnectionManager manager) |
Set the connection manager all Parsers use.
|
Modifier and Type | Field | Description |
---|---|---|
protected static ConnectionManager |
Page.mConnectionManager |
Connection control (proxy, cookies, authorization).
|
Modifier and Type | Method | Description |
---|---|---|
static ConnectionManager |
Page.getConnectionManager() |
Get the connection manager all Parsers use.
|
Modifier and Type | Method | Description |
---|---|---|
static void |
Page.setConnectionManager(ConnectionManager manager) |
Set the connection manager to use.
|
HTML Parser is an open source library released under LGPL.