org.databene.html
Class HTMLEntity

java.lang.Object
  extended by org.databene.html.HTMLEntity

public class HTMLEntity
extends java.lang.Object

Entity enumeration.

Created: 26.01.2007 10:04:35

Author:
Volker Bergmann

Field Summary
 java.lang.String htmlCode
           
 int xmlCode
           
 
Constructor Summary
HTMLEntity(java.lang.String htmlCode, int xmlCode)
           
 
Method Summary
static HTMLEntity[] getAllInstances()
           
static HTMLEntity getEntity(java.lang.String s, int i)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

htmlCode

public java.lang.String htmlCode

xmlCode

public int xmlCode
Constructor Detail

HTMLEntity

public HTMLEntity(java.lang.String htmlCode,
                  int xmlCode)
Method Detail

getAllInstances

public static HTMLEntity[] getAllInstances()

getEntity

public static HTMLEntity getEntity(java.lang.String s,
                                   int i)


Copyright © 2010. All Rights Reserved.