All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class org.w3c.tidy.EntityTable

java.lang.Object
   |
   +----org.w3c.tidy.EntityTable

public class EntityTable
extends Object

Constructor Index

 o EntityTable()

Method Index

 o entityCode(String)
 o entityName(short)
 o getDefaultEntityTable()
 o install(Entity)
 o install(String, short)
 o lookup(String)

Constructors

 o EntityTable
 public EntityTable()

Methods

 o lookup
 public Entity lookup(String name)
 o install
 public Entity install(String name,
                       short code)
 o install
 public Entity install(Entity ent)
 o entityCode
 public short entityCode(String name)
 o entityName
 public String entityName(short code)
 o getDefaultEntityTable
 public static EntityTable getDefaultEntityTable()

All Packages  Class Hierarchy  This Package  Previous  Next  Index