HTMLStrings is a Java class that contains a collection of static methods to manipulate HTML strings.
Be the first to post a text review of HTMLStrings. Rate and review a project by clicking thumbs up or thumbs down in the right column.
1.0.004 (2006-02-03) - imports were reorganized - unused variable were removed 1.0.003 (2005-03-30) - jar file were added on www directory 1.0.002 (2005-03-24) - java.net release 1.0.001 (2005-03-20) - improved charset conversion 1.0.000 (2005-03-15) - sourceforge release
A quick start guide were added to this project homepage.
HTMLStrings is an open-source Java class that contains a collection of static methods to manipulate and convert HTML strings. This class extend the com.tecnick.htmlutils Java package that provides a collection of utilities to create, parse and convert HTML/XHTML documents. The HTMLStrings main features are: convert the string charset encoding to any other supported Java charset encoding; compact a string to a single blank-spaced line; this is needed for example when you want to dynamically insert a text to a javascript call inside an HTML document, or you want to reduce the size of HTML document without compromising the content and presentation; quickly convert newline characters to XHTML element; this is useful when you want to create a basic text to XHTML converter.
Be the first person to add a text review.
Copyright © 2009 Geeknet, Inc. All rights reserved. Terms of Use
Thanks for your rating!
Would you also like to write a review?