程序包 | 说明 |
---|---|
org.htmlparser | |
org.htmlparser.lexer |
限定符和类型 | 类和说明 |
---|---|
class |
PrototypicalNodeFactory |
限定符和类型 | 方法和说明 |
---|---|
NodeFactory |
Parser.getNodeFactory()
Get the current node factory.
|
限定符和类型 | 方法和说明 |
---|---|
void |
Parser.setNodeFactory(NodeFactory factory)
Set the current node factory.
|
限定符和类型 | 类和说明 |
---|---|
class |
Lexer
This class parses the HTML stream into nodes.
|
限定符和类型 | 方法和说明 |
---|---|
NodeFactory |
Lexer.getNodeFactory()
Get the current node factory.
|
限定符和类型 | 方法和说明 |
---|---|
void |
Lexer.setNodeFactory(NodeFactory factory)
Set the current node factory.
|