Class HtmlCharacterEntities

java.lang.Object
java.util.Dictionary<K,V>
java.util.Hashtable<Object,Object>
java.util.Properties
org.pentaho.reporting.libraries.xmlns.writer.HtmlCharacterEntities
All Implemented Interfaces:
Serializable, Cloneable, Map<Object,Object>

public class HtmlCharacterEntities extends Properties
A collection of all character entites defined in the HTML4 standard. The key is the entity name, the property value is the decoded string.
Author:
Thomas Morgner
See Also:
  • Constructor Details

    • HtmlCharacterEntities

      public HtmlCharacterEntities()
      Creates an instance.
  • Method Details

    • getEntityParser

      public static CharacterEntityParser getEntityParser()
      Gets the character entity parser for HTML content. The CharacterEntity parser translates known characters into predefined entities.
      Returns:
      the character entity parser instance.