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
          From the XML 1.0 Specifications - [Definition: General entities are entities for use within the document content.]
 class ParameterEntity
          CR: TODO: Add javadoc for ParameterEntity
 

Methods in com.conradroche.matra.decl that return Entity
 Entity DocType.getEntity(java.lang.String entityName)
          Insert the method's description here.
 Entity DocType.getParamEntity(java.lang.String pEntityName)
          Insert the method's description here.
 

Methods in com.conradroche.matra.decl with parameters of type Entity
 void DocType.addEntity(Entity ent)
          Insert the method's description here.
 void DocType.addParamEntity(Entity ent)
          Insert the method's description here.