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
          From the XML Specification [Section 3.3 Attribute-List Declarations] - [Definition: Attribute-list declarations specify the name, data type, and default value (if any) of each attribute associated with a given element type]
Comment
          Interface to hold a comment in the dtd.
ElementDecl
          From the XML Specifications [Section 3.2 Element Type Declarations] - The element structure of an XML document may, for validation purposes, be constrained using element type and attribute-list declarations.
Entity
          Interface defining the Entity Declaration.
Notation
          Interface to hold the Notation Declaration
 

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.
 

Classes in com.conradroche.dtd.decl used by com.conradroche.matra.parser
AttlistDecl
          From the XML Specification [Section 3.3 Attribute-List Declarations] - [Definition: Attribute-list declarations specify the name, data type, and default value (if any) of each attribute associated with a given element type]
Comment
          Interface to hold a comment in the dtd.
ElementDecl
          From the XML Specifications [Section 3.2 Element Type Declarations] - The element structure of an XML document may, for validation purposes, be constrained using element type and attribute-list declarations.
Entity
          Interface defining the Entity Declaration.
Notation
          Interface to hold the Notation Declaration