C G H M R S T U

C

com.tecnick.htmlutils.htmlentities - package com.tecnick.htmlutils.htmlentities
 
com.tecnick.htmlutils.htmlentities.sample - package com.tecnick.htmlutils.htmlentities.sample
 
com.tecnick.htmlutils.htmlentities.test - package com.tecnick.htmlutils.htmlentities.test
 

G

getEntitiesTable() - Static method in class com.tecnick.htmlutils.htmlentities.HTMLEntities
Get the html entities translation table.

H

htmlAmpersand(String) - Static method in class com.tecnick.htmlutils.htmlentities.HTMLEntities
Replace & characters with & HTML entities.
htmlAngleBrackets(String) - Static method in class com.tecnick.htmlutils.htmlentities.HTMLEntities
Replace < > characters with &lt; &gt; entities.
htmlDoubleQuotes(String) - Static method in class com.tecnick.htmlutils.htmlentities.HTMLEntities
Replace double quotes characters with HTML entities.
HTMLEntities - Class in com.tecnick.htmlutils.htmlentities
Collection of static methods to convert special and extended characters into HTML entitities and vice versa.

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://htmlentities.sourceforge.net
License: http://www.gnu.org/copyleft/lesser.html LGPL
HTMLEntities() - Constructor for class com.tecnick.htmlutils.htmlentities.HTMLEntities
Initialize HTML translation maps.
htmlentities(String) - Static method in class com.tecnick.htmlutils.htmlentities.HTMLEntities
Convert special and extended characters into HTML entitities.
HTMLEntitiesSample - Class in com.tecnick.htmlutils.htmlentities.sample
Implementation example of HTMLEntities 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
HTMLEntitiesSample() - Constructor for class com.tecnick.htmlutils.htmlentities.sample.HTMLEntitiesSample
 
HTMLEntitiesTest - Class in com.tecnick.htmlutils.htmlentities.test
JUnit test for HTMLEntities 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
HTMLEntitiesTest() - Constructor for class com.tecnick.htmlutils.htmlentities.test.HTMLEntitiesTest
 
htmlQuotes(String) - Static method in class com.tecnick.htmlutils.htmlentities.HTMLEntities
Replace single and double quotes characters with HTML entities.
htmlSingleQuotes(String) - Static method in class com.tecnick.htmlutils.htmlentities.HTMLEntities
Replace single quotes characters with HTML entities.
htmlstr - Static variable in class com.tecnick.htmlutils.htmlentities.sample.HTMLEntitiesSample
 
htmlstr - Static variable in class com.tecnick.htmlutils.htmlentities.test.HTMLEntitiesTest
 

M

main(String[]) - Static method in class com.tecnick.htmlutils.htmlentities.sample.HTMLEntitiesSample
Prints 2 strings on System.out
main(String[]) - Static method in class com.tecnick.htmlutils.htmlentities.test.HTMLEntitiesTest
 

R

rawstr - Static variable in class com.tecnick.htmlutils.htmlentities.sample.HTMLEntitiesSample
 
rawstr - Static variable in class com.tecnick.htmlutils.htmlentities.test.HTMLEntitiesTest
 

S

setUp() - Method in class com.tecnick.htmlutils.htmlentities.test.HTMLEntitiesTest
 
suite() - Static method in class com.tecnick.htmlutils.htmlentities.test.HTMLEntitiesTest
 

T

testAdd() - Method in class com.tecnick.htmlutils.htmlentities.test.HTMLEntitiesTest
 

U

unhtmlAmpersand(String) - Static method in class com.tecnick.htmlutils.htmlentities.HTMLEntities
Replace &amp; HTML entities with & characters.
unhtmlAngleBrackets(String) - Static method in class com.tecnick.htmlutils.htmlentities.HTMLEntities
Replace &lt; &gt; entities with < > characters.
unhtmlDoubleQuotes(String) - Static method in class com.tecnick.htmlutils.htmlentities.HTMLEntities
Replace single quotes HTML entities with equivalent character.
unhtmlentities(String) - Static method in class com.tecnick.htmlutils.htmlentities.HTMLEntities
Convert HTML entities to special and extended unicode characters equivalents.
unhtmlQuotes(String) - Static method in class com.tecnick.htmlutils.htmlentities.HTMLEntities
Replace single and double quotes HTML entities with equivalent characters.
unhtmlSingleQuotes(String) - Static method in class com.tecnick.htmlutils.htmlentities.HTMLEntities
Replace single quotes HTML entities with equivalent character.

C G H M R S T U