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 and Description |
---|---|
protected Remark |
PrototypicalNodeFactory.mRemark
The prototypical remark node.
|
Modifier and Type | Method and 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 and Description |
---|---|
void |
PrototypicalNodeFactory.setRemarkPrototype(Remark remark)
Set the object to be used to generate remark nodes.
|
Modifier and Type | Method and Description |
---|---|
Remark |
Lexer.createRemarkNode(Page page,
int start,
int end)
Create a new remark node.
|
Modifier and Type | Class and Description |
---|---|
class |
RemarkNode
The remark tag is identified and represented by this class.
|
Modifier and Type | Method and Description |
---|---|
void |
UrlModifyingVisitor.visitRemarkNode(Remark remarkNode) |
void |
NodeVisitor.visitRemarkNode(Remark remark)
Called for each
RemarkNode visited. |
HTML Parser is an open source library released under LGPL.