|
HTML Parser Home Page | ||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||
| Packages that use NodeFactory | |
| org.htmlparser | The basic API classes which will be used by most users when working with the html parser (the Parser class is the most important one in this). |
| org.htmlparser.lexer | The lexer package is the base level I/O subsystem. |
| Uses of NodeFactory in org.htmlparser |
| Classes in org.htmlparser that implement NodeFactory | |
class |
PrototypicalNodeFactory
A node factory based on the prototype pattern. |
class |
StringNodeFactory
|
| Methods in org.htmlparser that return NodeFactory | |
NodeFactory |
Parser.getNodeFactory()
Get the current node factory. |
| Methods in org.htmlparser with parameters of type NodeFactory | |
void |
Parser.setNodeFactory(NodeFactory factory)
Get the current node factory. |
| Uses of NodeFactory in org.htmlparser.lexer |
| Classes in org.htmlparser.lexer that implement NodeFactory | |
class |
Lexer
This class parses the HTML stream into nodes. |
| Fields in org.htmlparser.lexer declared as NodeFactory | |
protected NodeFactory |
Lexer.mFactory
The factory for new nodes. |
| Methods in org.htmlparser.lexer that return NodeFactory | |
NodeFactory |
Lexer.getNodeFactory()
Get the current node factory. |
| Methods in org.htmlparser.lexer with parameters of type NodeFactory | |
void |
Lexer.setNodeFactory(NodeFactory factory)
Set the current node factory. |
|
© 2004 Somik Raha Mar 14, 2004
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||