org.pentaho.reporting.engine.classic.core.modules.output.table.html.util
Class HtmlCharacterEntities

java.lang.Object
  extended by java.util.Dictionary<K,V>
      extended by java.util.Hashtable<Object,Object>
          extended by java.util.Properties
              extended by org.pentaho.reporting.engine.classic.core.modules.output.table.html.util.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 Summary
HtmlCharacterEntities()
          Creates an instance.
 
Method Summary
static org.pentaho.reporting.libraries.xmlns.writer.CharacterEntityParser getEntityParser()
          Gets the character entity parser for HTML content.
 
Methods inherited from class java.util.Properties
getProperty, getProperty, list, list, load, load, loadFromXML, propertyNames, save, setProperty, store, store, storeToXML, storeToXML, stringPropertyNames
 
Methods inherited from class java.util.Hashtable
clear, clone, contains, containsKey, containsValue, elements, entrySet, equals, get, hashCode, isEmpty, keys, keySet, put, putAll, remove, size, toString, values
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, wait, wait, wait
 

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.