[Htmlparser-cvs] htmlparser/src/org/htmlparser PrototypicalNodeFactory.java,1.16,1.17
Brought to you by:
derrickoswald
From: Derrick O. <der...@us...> - 2005-11-12 14:19:59
|
Update of /cvsroot/htmlparser/htmlparser/src/org/htmlparser In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv20699/src/org/htmlparser Modified Files: PrototypicalNodeFactory.java Log Message: Add cookie processing changes suggested by Marcus Mattern. Index: PrototypicalNodeFactory.java =================================================================== RCS file: /cvsroot/htmlparser/htmlparser/src/org/htmlparser/PrototypicalNodeFactory.java,v retrieving revision 1.16 retrieving revision 1.17 diff -C2 -d -r1.16 -r1.17 *** PrototypicalNodeFactory.java 31 Oct 2005 16:26:11 -0000 1.16 --- PrototypicalNodeFactory.java 12 Nov 2005 14:19:51 -0000 1.17 *************** *** 92,96 **** * {@link #setTagPrototype(Tag) tagPrototype} property.</p> * <p>The hash table of registered tags can be automatically populated with ! * all the know tags from the {@link org.htmlparser.tags} package when * the factory is constructed, or it can start out empty and be populated * explicitly.</p> --- 92,96 ---- * {@link #setTagPrototype(Tag) tagPrototype} property.</p> * <p>The hash table of registered tags can be automatically populated with ! * all the known tags from the {@link org.htmlparser.tags} package when * the factory is constructed, or it can start out empty and be populated * explicitly.</p> |