com.jrefinery.report.util
Class HTMLCharacterEntities

java.lang.Object
  extended byjava.util.Dictionary
      extended byjava.util.Hashtable
          extended byjava.util.Properties
              extended bycom.jrefinery.report.util.HTMLCharacterEntities
All Implemented Interfaces:
java.lang.Cloneable, java.util.Map, java.io.Serializable

public class HTMLCharacterEntities
extends java.util.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

Field Summary
 
Fields inherited from class java.util.Properties
defaults
 
Constructor Summary
HTMLCharacterEntities()
          Creates an instance.
 
Methods inherited from class java.util.Properties
getProperty, getProperty, list, list, load, propertyNames, save, setProperty, store
 
Methods inherited from class java.util.Hashtable
clear, clone, contains, containsKey, containsValue, elements, entrySet, equals, get, hashCode, isEmpty, keys, keySet, put, putAll, rehash, remove, size, toString, values
 
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

HTMLCharacterEntities

public HTMLCharacterEntities()
Creates an instance.