Package | Description |
---|---|
org.exolab.castor.xml.dtd.parser |
The XML DTD Parser API
|
Modifier and Type | Method and Description |
---|---|
ParseException |
DTDParser.generateParseException() |
ParseException |
DTDInitialParser.generateParseException() |
Modifier and Type | Method and Description |
---|---|
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 "?", "*" or "+".
|
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 © 2016. All rights reserved.