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. entities
Known entities.Methods in org.w3c.tidy that return Entity Modifier and Type Method Description 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 Modifier and Type Method Description private Entity
EntityTable. install(Entity ent)
installs an entity.
-