Matra DTD Parser 0.8b

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

Packages that use DTDSyntaxException
com.conradroche.dtd.parser   
com.conradroche.matra.decl   
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.
 PI PIReader.readPI(DTDData data)
          Read the processing instruction 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.decl
 

Methods in com.conradroche.matra.decl that throw DTDSyntaxException
 void Attribute.readNextAttribute(DTDData AttDef)
          Read the attribute details from the given data.
 

Constructors in com.conradroche.matra.decl that throw DTDSyntaxException
AttList(String content)
          Read an attribute list declaration from the string.
 

Uses of DTDSyntaxException in com.conradroche.matra.exception
 

Subclasses of DTDSyntaxException in com.conradroche.matra.exception
 class DuplicateDefinitionException
          Exception denoting a duplicate definition.
 

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.
 PI PIReaderImpl.readPI(DTDData data)
          Read the processing instruction from the data stream.
 AttlistDecl AttlistReaderImpl.readAttlist(DTDData data)
          Read the Attribute list declaration from the data stream.
 


Matra DTD Parser 0.8b