Uses of Class
com.conradroche.matra.exception.DTDSyntaxException

Packages that use DTDSyntaxException
com.conradroche.dtd.parser   
com.conradroche.matra.exception   
com.conradroche.matra.parser   
 

Uses of DTDSyntaxException in com.conradroche.dtd.parser
 

Methods in com.conradroche.dtd.parser that throw DTDSyntaxException
 ElementDecl ElementDeclReader.readElementDecl(DTDData data)
          Read the Element declaration from the data stream.
 Entity EntityDeclReader.readEntityDecl(DTDData data)
          Read the entity declarations from the data stream.
 Comment CommentReader.readComment(DTDData data)
          Read the comment from the data stream.
 Notation NotationReader.readNotation(DTDData data)
          Read the notation declaration from the data stream.
 AttlistDecl AttlistReader.readAttlist(DTDData data)
          Read the Attribute list declaration from the data stream.
 

Uses of DTDSyntaxException in com.conradroche.matra.exception
 

Subclasses of DTDSyntaxException in com.conradroche.matra.exception
 class DuplicateDefinitionException
          CR: TODO: Add javadoc for DuplicateDefinitionException
 

Uses of DTDSyntaxException in com.conradroche.matra.parser
 

Methods in com.conradroche.matra.parser that throw DTDSyntaxException
 Notation NotationReaderImpl.readNotation(DTDData data)
          Read the notation declaration from the data stream.
 ElementDecl ElementDeclReaderImpl.readElementDecl(DTDData data)
          Read the Element declaration from the data stream.
 Comment CommentReaderImpl.readComment(DTDData data)
          Read the comment from the data stream.
 Entity EntityDeclReaderImpl.readEntityDecl(DTDData data)
          Read the entity declarations from the data stream.
 AttlistDecl AttlistReaderImpl.readAttlist(DTDData data)
          Read the Attribute list declaration from the data stream.