org.w3c.tidy
Class EntityTable

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

public class EntityTable
extends Object


Constructor Summary
EntityTable()
           
 
Method Summary
 int entityCode(String name)
           
 String entityName(short code)
           
static EntityTable getDefaultEntityTable()
           
 Entity install(Entity ent)
           
 Entity install(String name, short code)
           
 Entity lookup(String name)
           
 
Methods inherited from class java.lang.Object
, clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

EntityTable

public EntityTable()
Method Detail

lookup

public Entity lookup(String name)

install

public Entity install(String name,
                      short code)

install

public Entity install(Entity ent)

entityCode

public int entityCode(String name)

entityName

public String entityName(short code)

getDefaultEntityTable

public static EntityTable getDefaultEntityTable()


Copyright © 1998-2000 World Wide Web Consortium (Massachusetts Institute of Technology, Institut National de Recherche en Informatique et en Automatique, Keio University). All Rights reserved.