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

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

Uses of Notation in com.conradroche.dtd.parser
 

Methods in com.conradroche.dtd.parser that return Notation
 Notation NotationReader.readNotation(DTDData data)
          Read the notation declaration from the data stream.
 

Uses of Notation in com.conradroche.matra.decl
 

Classes in com.conradroche.matra.decl that implement Notation
 class Notation
          Class to hold the Notation declaration.
 

Uses of Notation in com.conradroche.matra.parser
 

Methods in com.conradroche.matra.parser that return Notation
 Notation NotationReaderImpl.readNotation(DTDData data)
          Read the notation declaration from the data stream.