Update of //cvsroot/htmlparser/htmlparser/src/org/htmlparser/util
In directory sc8-pr-cvs5.sourceforge.net:/tmp/cvs-serv19487/src/org/htmlparser/util
Modified Files:
Translate.java
Removed Files:
LinkProcessor.java SpecialHashtable.java
Log Message:
Eliminate deprecated classes and methods.
Removed nodeDecorator package, StringNodeFactory, LinkProcesor, SpecialHashTable,
and methods for linkData, non-Ex Attributes and FindAllNodesThatAre.
--- LinkProcessor.java DELETED ---
--- SpecialHashtable.java DELETED ---
Index: Translate.java
===================================================================
RCS file: //cvsroot/htmlparser/htmlparser/src/org/htmlparser/util/Translate.java,v
retrieving revision 1.46
retrieving revision 1.47
diff -C2 -d -r1.46 -r1.47
*** Translate.java 31 Jul 2004 16:42:33 -0000 1.46
--- Translate.java 4 Jun 2006 19:17:21 -0000 1.47
***************
*** 727,762 ****
/**
- * Convert a reference to a unicode character.
- * Convert a single numeric character reference or character entity reference
- * to a unicode character.
- * @param string The string to convert. Of the form &xxxx; or &#xxxx; with
- * or without the leading ampersand or trailing semi-colon.
- * @param start The starting pooint in the string to look for a character reference.
- * @param end The ending point in the string to stop looking for a character reference.
- * @return The converted character or ' |