Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep
A C G H U

A

autoBR(String) - Static method in class com.tecnick.htmlutils.htmlstrings.HTMLStrings
Replace newlines characters sequences with <br/> element.

C

charsetToUnicode(String, String) - Static method in class com.tecnick.htmlutils.htmlstrings.HTMLStrings
Converts byte-oriented character set such as ISO-8859-1 to UTF-8 Unicode.
com.tecnick.htmlutils.htmlstrings - package com.tecnick.htmlutils.htmlstrings
 
compactString(String) - Static method in class com.tecnick.htmlutils.htmlstrings.HTMLStrings
Replace the following characters sequences with a blank space: "\t" (ASCII 9 (0x09)), a tab "\n" (ASCII 10 (0x0A)), a new line (line feed) "\r" (ASCII 13 (0x0D)), a carriage return "\0" (ASCII 0 (0x00)), the NUL-byte "\f" ( '), a form feed.

G

getEncodedString(String, String, String) - Static method in class com.tecnick.htmlutils.htmlstrings.HTMLStrings
Convert string to the requested encoding.

H

HTMLStrings - class com.tecnick.htmlutils.htmlstrings.HTMLStrings.
Collection of static utility methods to manipulate HTML strings.

Copyright (c) 2004-2005 Tecnick.com S.r.l (www.tecnick.com) Via Ugo Foscolo n.19 - 09045 Quartu Sant'Elena (CA) - ITALY - www.tecnick.com - info@tecnick.com
Project homepage: http://htmlstrings.sourceforge.net
License: http://www.gnu.org/copyleft/lesser.html LGPL
HTMLStrings() - Constructor for class com.tecnick.htmlutils.htmlstrings.HTMLStrings
Void Constructor.

U

unicodeToCharset(String, String) - Static method in class com.tecnick.htmlutils.htmlstrings.HTMLStrings
Converts UTF-8 Unicode strings to byte-oriented character set such as ISO-8859-1.

A C G H U