|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.lowagie.text.xml.simpleparser.EntitiesToUnicode
public class EntitiesToUnicode
This class contains entities that can be used in an entity tag.
Field Summary | |
---|---|
static java.util.HashMap |
map
This is a map that contains the names of entities and their unicode value. |
Constructor Summary | |
---|---|
EntitiesToUnicode()
|
Method Summary | |
---|---|
static char |
decodeEntity(java.lang.String name)
Translates an entity to a unicode character. |
static java.lang.String |
decodeString(java.lang.String s)
Translates a String with entities (&...;) to a String without entities, replacing the entity with the right (unicode) character. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final java.util.HashMap map
Constructor Detail |
---|
public EntitiesToUnicode()
Method Detail |
---|
public static char decodeEntity(java.lang.String name)
name
- the name of the entity
public static java.lang.String decodeString(java.lang.String s)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |