Uses of Interface
com.conradroche.dtd.decl.Entity

Packages that use Entity
com.conradroche.dtd.decl   
com.conradroche.dtd.parser   
com.conradroche.matra.decl   
com.conradroche.matra.parser   
 

Uses of Entity in com.conradroche.dtd.decl
 

Subinterfaces of Entity in com.conradroche.dtd.decl
 interface GeneralEntity
          Interface to hold the declaration of a General Entity.
 interface ParameterEntity
          Interface to hold the declaration of a Parameter Entity.
 

Uses of Entity in com.conradroche.dtd.parser
 

Methods in com.conradroche.dtd.parser that return Entity
 Entity EntityDeclReader.readEntityDecl(DTDData data)
          Read the entity declarations from the data stream.
 

Uses of Entity in com.conradroche.matra.decl
 

Classes in com.conradroche.matra.decl that implement Entity
 class Entity
          CR: TODO: Add javadoc for Entity
 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
 

Uses of Entity in com.conradroche.matra.parser
 

Methods in com.conradroche.matra.parser that return Entity
 Entity EntityDeclReaderImpl.readEntityDecl(DTDData data)
          Read the entity declarations from the data stream.