A C G H M R S T 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
 
com.tecnick.htmlutils.htmlstrings.sample - package com.tecnick.htmlutils.htmlstrings.sample
 
com.tecnick.htmlutils.htmlstrings.test - package com.tecnick.htmlutils.htmlstrings.test
 
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 in com.tecnick.htmlutils.htmlstrings
Collection of static utility methods to manipulate HTML strings.

Copyright (c) 2004-2006 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.
HTMLStringsSample - Class in com.tecnick.htmlutils.htmlstrings.sample
Implementation example of HTMLStrings class.

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
License: http://www.gnu.org/copyleft/lesser.html LGPL
HTMLStringsSample() - Constructor for class com.tecnick.htmlutils.htmlstrings.sample.HTMLStringsSample
 
HTMLStringsTest - Class in com.tecnick.htmlutils.htmlstrings.test
JUnit test for HTMLStrings class.

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
License: http://www.gnu.org/copyleft/lesser.html LGPL
HTMLStringsTest() - Constructor for class com.tecnick.htmlutils.htmlstrings.test.HTMLStringsTest
 

M

main(String[]) - Static method in class com.tecnick.htmlutils.htmlstrings.sample.HTMLStringsSample
Prints 2 strings on System.out
main(String[]) - Static method in class com.tecnick.htmlutils.htmlstrings.test.HTMLStringsTest
 

R

rawstr - Static variable in class com.tecnick.htmlutils.htmlstrings.sample.HTMLStringsSample
 

S

setUp() - Method in class com.tecnick.htmlutils.htmlstrings.test.HTMLStringsTest
 
suite() - Static method in class com.tecnick.htmlutils.htmlstrings.test.HTMLStringsTest
 

T

testAdd() - Method in class com.tecnick.htmlutils.htmlstrings.test.HTMLStringsTest
 
teststr - Static variable in class com.tecnick.htmlutils.htmlstrings.test.HTMLStringsTest
 

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 M R S T U