| 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 | Class and Description |
|---|---|
class |
PrototypicalNodeFactory
A node factory based on the prototype pattern.
|
| Modifier and Type | Method and Description |
|---|---|
NodeFactory |
Parser.getNodeFactory()
Get the current node factory.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Parser.setNodeFactory(NodeFactory factory)
Set the current node factory.
|
| Modifier and Type | Class and Description |
|---|---|
class |
Lexer
This class parses the HTML stream into nodes.
|
| Modifier and Type | Field and Description |
|---|---|
protected NodeFactory |
Lexer.mFactory
The factory for new nodes.
|
| Modifier and Type | Method and Description |
|---|---|
NodeFactory |
Lexer.getNodeFactory()
Get the current node factory.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Lexer.setNodeFactory(NodeFactory factory)
Set the current node factory.
|
HTML Parser is an open source library released under LGPL.