Uses of Class
org.exolab.castor.xml.dtd.parser.ParseException
Packages that use ParseException
-
Uses of ParseException in org.exolab.castor.xml.dtd.parser
Methods in org.exolab.castor.xml.dtd.parser that return ParseExceptionModifier and TypeMethodDescriptionfinal ParseException
DTDInitialParser.generateParseException()
final ParseException
DTDParser.generateParseException()
Methods in org.exolab.castor.xml.dtd.parser that throw ParseExceptionModifier and TypeMethodDescriptionfinal void
DTDParser.AttlistDecl
(DTDdocument document) Parsing procedure corresponding to the Attribute Declaration nonterminal.final String
DTDParser.AttrValue()
Parsing procedure corresponding to the Attribute Value nonterminal.final void
DTDParser.Comment()
Parsing procedure corresponding to the Comment nonterminal.final ContentParticle
DTDParser.ContPart()
Parsing procedure corresponding to the Content Particle nonterminal.final void
DTDParser.ElementDecl
(DTDdocument document) Parsing procedure corresponding to the Element Declaration nonterminal.final String
DTDInitialParser.EntityValue
(Hashtable parameterEntities) Parsing procedure corresponding to the Entity Value nonterminal.final void
DTDParser.GEntityDecl
(DTDdocument document) Parsing procedure corresponding to the General Entity Declaration nonterminal.final String
DTDParser.GEValue()
Parsing procedure corresponding to the General Entity Value nonterminal.final String
DTDInitialParser.Input()
Main method that starts parsing process.final DTDdocument
DTDParser.Input()
Main parsing method that starts parsing process.final void
Parsing procedure corresponding to the Mixed Element Content nonterminal.final void
DTDParser.NotationDecl
(DTDdocument document) Parsing procedure corresponding to the Notation Declaration nonterminal.final void
DTDParser.OccuranceSpecification
(ContentParticle cp) Method to parse occurance specification of a Content Particle, that is "?", "*" or "+".final void
Parsing procedure corresponding to the Parameter Entity Declaration nonterminal.final 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.