Overview
Package
Class
Use
Tree
Deprecated
Index
Help
PREV LETTER
NEXT LETTER
FRAMES
NO FRAMES
All Classes
C
G
H
I
M
R
S
T
U
H
html_entities_table
- Static variable in class com.tecnick.htmlutils.htmlentities.
HTMLEntities
Translation table for HTML entities.
reference: W3C - Character entity references in HTML 4 [
http://www.w3.org/TR/html401/sgml/entities.html
].
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 < > 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.
htmlentities_map
- Static variable in class com.tecnick.htmlutils.htmlentities.
HTMLEntities
Map to convert extended characters in html entities.
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
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
PREV LETTER
NEXT LETTER
FRAMES
NO FRAMES
All Classes
C
G
H
I
M
R
S
T
U