[Htmlparser-cvs] htmlparser/src/org/htmlparser/scanners package.html,1.21,1.22
Brought to you by:
derrickoswald
From: Derrick O. <der...@us...> - 2004-05-24 16:31:31
|
Update of /cvsroot/htmlparser/htmlparser/src/org/htmlparser/scanners In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv21785/scanners Modified Files: package.html Log Message: Fix some files misplaced in last refactoring submission. Index: package.html =================================================================== RCS file: /cvsroot/htmlparser/htmlparser/src/org/htmlparser/scanners/package.html,v retrieving revision 1.21 retrieving revision 1.22 diff -C2 -d -r1.21 -r1.22 *** package.html 2 Jan 2004 19:32:04 -0000 1.21 --- package.html 24 May 2004 16:31:22 -0000 1.22 *************** *** 34,38 **** org.htmlparser.lexer.Lexer lexer} package convert byte streams to characters and characters to nodes (via the {@link ! org.htmlparser.lexer.nodes.NodeFactory NodeFactory}). In the case of tags, the scanners in this package can then complete the tag or override the current tag and return an augmented tag. The existing implementation of the {@link --- 34,38 ---- org.htmlparser.lexer.Lexer lexer} package convert byte streams to characters and characters to nodes (via the {@link ! org.htmlparser.NodeFactory NodeFactory}). In the case of tags, the scanners in this package can then complete the tag or override the current tag and return an augmented tag. The existing implementation of the {@link |