|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.w3c.tidy.EntityTable
public final class EntityTable
Entity hash table.
Method Summary | |
---|---|
int |
entityCode(java.lang.String name)
Returns the entity code for the given entity name. |
java.lang.String |
entityName(short code)
Returns the entity name for the given entity code. |
static EntityTable |
getDefaultEntityTable()
Returns the default entity table instance. |
Entity |
lookup(java.lang.String name)
Lookup an entity by its name. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public Entity lookup(java.lang.String name)
name
- entity name
public int entityCode(java.lang.String name)
name
- entity name
public java.lang.String entityName(short code)
code
- entity code
public static EntityTable getDefaultEntityTable()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |