HTMLStrings
Source Code and Documentation
Description
HTMLStrings is an Open Source Java class that contains a collection of static methods to manipulate and convert HTML strings.
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.
This project is shipped as
Eclipse project, with classes compiled into the "classes" directory.
However a packaged version of this class is available as a JAR archive inside the www directory.
To install the JAR file, just copy it on your project classpath.
Documentation and examples are included on the distribution.
Download HTMLStrings from SourceForge
