Matra DTD Parser 0.8b

Uses of Class
com.conradroche.matra.decl.Entity

Packages that use Entity
com.conradroche.matra.decl   
 

Uses of Entity in com.conradroche.matra.decl
 

Subclasses of Entity in com.conradroche.matra.decl
 class GeneralEntity
          Class to hold a General Entity declaration.
 class ParameterEntity
          Class to hold a parameter entity declaration.
 

Methods in com.conradroche.matra.decl that return Entity
 Entity DocType.getEntity(String entityName)
          Returns an entity with the specified name.
 Entity DocType.getParamEntity(String pEntityName)
          Returns the parameter entity with the specified name.
 

Methods in com.conradroche.matra.decl with parameters of type Entity
 void DocType.addEntity(Entity ent)
          Adds an entity.
 void DocType.addParamEntity(Entity ent)
          Adds a parameter entity.
 


Matra DTD Parser 0.8b