Class EntitiesToUnicode

java.lang.Object
com.lowagie.text.xml.simpleparser.EntitiesToUnicode

@Deprecated public class EntitiesToUnicode extends Object
Deprecated.
This class contains entities that can be used in an entity tag.
  • Constructor Details

    • EntitiesToUnicode

      public EntitiesToUnicode()
      Deprecated.
  • Method Details

    • getMap

      public static Map<String,Character> getMap()
      Deprecated.
    • decodeEntity

      public static char decodeEntity(String name)
      Deprecated.
      Translates an entity to a unicode character.
      Parameters:
      name - the name of the entity
      Returns:
      the corresponding unicode character
    • decodeString

      public static String decodeString(String s)
      Deprecated.
      Translates a String with entities (&...;) to a String without entities, replacing the entity with the right (unicode) character.
      Parameters:
      s - string to be decoded
      Returns:
      a ddecoded string