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.
|
org.htmlparser.nodes |
The nodes package has the concrete node implementations.
|
org.htmlparser.visitors |
The visitors package contains classes that use the Visitor pattern.
|
Modifier and Type | Field | Description |
---|---|---|
protected Remark |
PrototypicalNodeFactory.mRemark |
The prototypical remark node.
|
Modifier and Type | Method | Description |
---|---|---|
Remark |
NodeFactory.createRemarkNode(Page page,
int start,
int end) |
Create a new remark node.
|
Remark |
PrototypicalNodeFactory.createRemarkNode(Page page,
int start,
int end) |
Create a new remark node.
|
Remark |
PrototypicalNodeFactory.getRemarkPrototype() |
Get the object that is cloned to generate remark nodes.
|
Modifier and Type | Method | Description |
---|---|---|
void |
PrototypicalNodeFactory.setRemarkPrototype(Remark remark) |
Set the object to be used to generate remark nodes.
|
Modifier and Type | Method | Description |
---|---|---|
Remark |
Lexer.createRemarkNode(Page page,
int start,
int end) |
Create a new remark node.
|
Modifier and Type | Class | Description |
---|---|---|
class |
RemarkNode |
The remark tag is identified and represented by this class.
|
Modifier and Type | Method | Description |
---|---|---|
void |
NodeVisitor.visitRemarkNode(Remark remark) |
Called for each
RemarkNode visited. |
void |
UrlModifyingVisitor.visitRemarkNode(Remark remarkNode) |
HTML Parser is an open source library released under LGPL.