Matra DTD Parser 0.8b

Uses of Package
com.conradroche.dtd.decl

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

Classes in com.conradroche.dtd.decl used by com.conradroche.dtd.decl
AttDef
          Interface to hold the Attribute definition.
Entity
          Interface defining the Entity Declaration.
ExternalID
          Interface to hold the ExternalID declaration used for Entity and Notation declarations.
 

Classes in com.conradroche.dtd.decl used by com.conradroche.dtd.parser
AttlistDecl
          This interface defines an attribute list declaration.
Comment
          Interface to hold a comment in the dtd.
ElementDecl
          This interface defines an Element Type declaration.
Entity
          Interface defining the Entity Declaration.
Notation
          Interface to hold the Notation Declaration.
PI
          Interface to hold a Processing Instruction.
 

Classes in com.conradroche.dtd.decl used by com.conradroche.matra.decl
Comment
          Interface to hold a comment in the dtd.
Entity
          Interface defining the Entity Declaration.
ExternalID
          Interface to hold the ExternalID declaration used for Entity and Notation declarations.
GeneralEntity
          Interface to hold the declaration of a General Entity.
Notation
          Interface to hold the Notation Declaration.
ParameterEntity
          Interface to hold the declaration of a Parameter Entity.
PI
          Interface to hold a Processing Instruction.
 

Classes in com.conradroche.dtd.decl used by com.conradroche.matra.parser
AttlistDecl
          This interface defines an attribute list declaration.
Comment
          Interface to hold a comment in the dtd.
ElementDecl
          This interface defines an Element Type declaration.
Entity
          Interface defining the Entity Declaration.
Notation
          Interface to hold the Notation Declaration.
PI
          Interface to hold a Processing Instruction.
 


Matra DTD Parser 0.8b