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

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

Uses of ExternalID in com.conradroche.dtd.decl
 

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

Uses of ExternalID in com.conradroche.matra.decl
 

Classes in com.conradroche.matra.decl that implement ExternalID
 class Entity
          CR: TODO: Add javadoc for Entity
(package private)  class com.conradroche.matra.decl.ExternalID
          Class to hold the external identified for the attribute or notation declaration.
 class GeneralEntity
          From the XML 1.0 Specifications - [Definition: General entities are entities for use within the document content.]
 class Notation
          Class to hold the Notation declaration.
 class ParameterEntity
          CR: TODO: Add javadoc for ParameterEntity