Matra DTD Parser 0.8b

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

Packages that use DTDException
com.conradroche.matra   
com.conradroche.matra.decl   
com.conradroche.matra.dtdparser   
com.conradroche.matra.exception   
com.conradroche.matra.io   
com.conradroche.matra.tree   
 

Uses of DTDException in com.conradroche.matra
 

Methods in com.conradroche.matra that throw DTDException
 void Matra.parseDTDFiles(String filename)
          Reads the list file and parses all the files mentioned in it.
 

Uses of DTDException in com.conradroche.matra.decl
 

Methods in com.conradroche.matra.decl that throw DTDException
 void Entity.resolveValue(Hashtable entityList)
          Insert the method's description here.
 

Constructors in com.conradroche.matra.decl that throw DTDException
Entity(String content)
          Entity Constructor.
Entity(String content, Hashtable EntityList)
          Entity Constructor.
ParameterEntity(String content)
          ParameterEntity Constructor.
ParameterEntity(String content, Hashtable EntityList)
          ParameterEntity Constructor.
GeneralEntity(String content)
          GeneralEntity Constructor.
GeneralEntity(String content, Hashtable EntityList)
          GeneralEntity Constructor.
ElementType(String content)
          ElementType constructor.
 

Uses of DTDException in com.conradroche.matra.dtdparser
 

Methods in com.conradroche.matra.dtdparser that throw DTDException
 DocType DTDParser.getDocType()
          Returns the doctype for the parsed DTD.
 void DTDParser.parse(DTDSource dtdSrc)
          Parses the specified DTD.
 void DTDParser.parse(String dtdString)
          Parses the specified DTD string.
 

Uses of DTDException in com.conradroche.matra.exception
 

Subclasses of DTDException in com.conradroche.matra.exception
 class DTDSyntaxException
          Exception denoting a syntax error in the input DTD.
 class DuplicateDefinitionException
          Exception denoting a duplicate definition.
 

Uses of DTDException in com.conradroche.matra.io
 

Methods in com.conradroche.matra.io that throw DTDException
abstract  DTDData DTDSource.read()
          Method to perform the read operation on this source.
 DTDData DTDFile.read()
          Method to perform the read operation on this file source.
 DTDData DTDUrl.read()
          Method to perform the read operation on this url source.
 

Uses of DTDException in com.conradroche.matra.tree
 

Methods in com.conradroche.matra.tree that throw DTDException
 void DTDTree.printTrees()
          Prints the trees for this dtd.
 

Constructors in com.conradroche.matra.tree that throw DTDException
DTDTree(DTDParser parser)
          DTDTree constructor comment.
 


Matra DTD Parser 0.8b