Uses of Class
org.exolab.castor.xml.dtd.parser.ParseException

Packages that use ParseException
org.exolab.castor.xml.dtd.parser The XML DTD Parser API Version: $Revision: 6213 $ $Date: 2003-03-03 00:05:44 -0700 (Mon, 03 Mar 2003) $ Author: Alexander Totok This package consists of two parsers: Initial Parser parses the input text, searches for parameter entity declarations (i.e. entities used only within XML DTD) and substitutes parameter entity references by corresponding replacement text
 

Uses of ParseException in org.exolab.castor.xml.dtd.parser
 

Methods in org.exolab.castor.xml.dtd.parser that return ParseException
 ParseException DTDParser.generateParseException()
           
 ParseException DTDInitialParser.generateParseException()
           
 

Methods in org.exolab.castor.xml.dtd.parser that throw ParseException
 void DTDParser.AttlistDecl(DTDdocument document)
          Parsing procedure corresponding to the Attribute Declaration nonterminal.
 String DTDParser.AttrValue()
          Parsing procedure corresponding to the Attribute Value nonterminal.
 void DTDParser.Comment()
          Parsing procedure corresponding to the Comment nonterminal.
 ContentParticle DTDParser.ContPart()
          Parsing procedure corresponding to the Content Particle nonterminal.
 void DTDParser.ElementDecl(DTDdocument document)
          Parsing procedure corresponding to the Element Declaration nonterminal.
 String DTDInitialParser.EntityValue(Hashtable parameterEntities)
          Parsing procedure corresponding to the Entity Value nonterminal.
 void DTDParser.GEntityDecl(DTDdocument document)
          Parsing procedure corresponding to the General Entity Declaration nonterminal.
 String DTDParser.GEValue()
          Parsing procedure corresponding to the General Entity Value nonterminal.
 DTDdocument DTDParser.Input()
          Main parsing method that starts parsing process.
 String DTDInitialParser.Input()
          Main method that starts parsing process.
 void DTDParser.Mixed(Element element)
          Parsing procedure corresponding to the Mixed Element Content nonterminal.
 void DTDParser.NotationDecl(DTDdocument document)
          Parsing procedure corresponding to the Notation Declaration nonterminal.
 void DTDParser.OccuranceSpecification(ContentParticle cp)
          Method to parse occurance specification of a Content Particle, that is "?"
 void DTDInitialParser.PEdecl(Hashtable parameterEntities)
          Parsing procedure corresponding to the Parameter Entity Declaration nonterminal.
 ContentParticle DTDParser.SeqOrChoiceContPart()
          Parsing procedure corresponding to the Content Particle nonterminal of the partial form: choice list of content particles, or sequence list of content particles.
 



Copyright © 2012. All Rights Reserved.