Uses of Interface
org.htmlparser.NodeFactory
Packages that use NodeFactory
Package
Description
The basic API classes which will be used by most developers when working with
the HTML Parser.
The lexer package is the base level I/O subsystem.
-
Uses of NodeFactory in org.htmlparser
Classes in org.htmlparser that implement NodeFactoryModifier and TypeClassDescriptionclass
A node factory based on the prototype pattern.Methods in org.htmlparser that return NodeFactoryMethods in org.htmlparser with parameters of type NodeFactoryModifier and TypeMethodDescriptionvoid
Parser.setNodeFactory
(NodeFactory factory) Set the current node factory. -
Uses of NodeFactory in org.htmlparser.lexer
Classes in org.htmlparser.lexer that implement NodeFactoryFields in org.htmlparser.lexer declared as NodeFactoryMethods in org.htmlparser.lexer that return NodeFactoryMethods in org.htmlparser.lexer with parameters of type NodeFactoryModifier and TypeMethodDescriptionvoid
Lexer.setNodeFactory
(NodeFactory factory) Set the current node factory.