Uses of Class
org.w3c.tidy.Entity

Packages that use Entity
org.w3c.tidy   
 

Uses of Entity in org.w3c.tidy
 

Fields in org.w3c.tidy declared as Entity
private static Entity[] EntityTable.entities
          Known entities.
 

Methods in org.w3c.tidy that return Entity
private  Entity EntityTable.install(Entity ent)
          installs an entity.
 Entity EntityTable.lookup(java.lang.String name)
          Lookup an entity by its name.
 

Methods in org.w3c.tidy with parameters of type Entity
private  Entity EntityTable.install(Entity ent)
          installs an entity.