Update of /cvsroot/htmlparser/htmlparser/src/org/htmlparser/lexer/nodes
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv19028/src/org/htmlparser/lexer/nodes
Removed Files:
Attribute.java NodeFactory.java PageAttribute.java
TagNode.java package.html
Log Message:
Part three of a multiphase refactoring.
The three node types are now fronted by interfaces (program to the interface paradigm)
with concrete implementations in the new htmlparser.nodes package. Classes from the
lexer.nodes package are moved to this package, and obvious references to the concrete
classes that got broken by this have been changed to use the interfaces where possible.
--- Attribute.java DELETED ---
--- package.html DELETED ---
--- NodeFactory.java DELETED ---
--- PageAttribute.java DELETED ---
--- TagNode.java DELETED ---
|