Uses of Class
org.w3c.tidy.Entity
-
Packages that use Entity Package Description org.w3c.tidy -
-
Uses of Entity in org.w3c.tidy
Fields in org.w3c.tidy declared as Entity Modifier and Type Field Description private static Entity[]EntityTable. entitiesKnown entities.Methods in org.w3c.tidy that return Entity Modifier and Type Method Description private EntityEntityTable. install(Entity ent)installs an entity.EntityEntityTable. lookup(java.lang.String name)Lookup an entity by its name.Methods in org.w3c.tidy with parameters of type Entity Modifier and Type Method Description private EntityEntityTable. install(Entity ent)installs an entity.
-