Class 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:
    Serialized Form
    • Constructor Detail

      • HtmlCharacterEntities

        public HtmlCharacterEntities()
        Creates an instance.

        Source: http://www.cookwood.com/html/extras/entities.html

    • Method Detail

      • getEntityParser

        public static org.pentaho.reporting.libraries.xmlns.writer.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.