Class EntitiesToUnicode
java.lang.Object
com.lowagie.text.xml.simpleparser.EntitiesToUnicode
Deprecated.
This class contains entities that can be used in an entity tag.
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic chardecodeEntity(String name) Deprecated.Translates an entity to a unicode character.static StringDeprecated.Translates a String with entities (&...;) to a String without entities, replacing the entity with the right (unicode) character.getMap()Deprecated.
-
Field Details
-
map
-
-
Constructor Details
-
EntitiesToUnicode
public EntitiesToUnicode()Deprecated.
-
-
Method Details
-
getMap
-
decodeEntity
Deprecated.Translates an entity to a unicode character.- Parameters:
name- the name of the entity- Returns:
- the corresponding unicode character
-
decodeString
-