Uses of Class
eu.bandm.tools.tdom.ContentParserGenerator.Rule
Package
Description
Generates typed models of XML documents,
see
meta-tools TDOM user documentation.
-
Uses of ContentParserGenerator.Rule in eu.bandm.tools.tdom
Modifier and TypeClassDescriptionstatic class
static class
static class
static class
static class
static class
static class
Modifier and TypeFieldDescriptionContentParserGenerator.Choice.alts
protected ContentParserGenerator.Rule
ContentParserGenerator.Modified.body
ContentParserGenerator.Seq.elems
ContentParserGenerator.Rule.prefix
ContentParserGenerator.LoopConflictException.rule
Modifier and TypeMethodDescriptionContentParserGenerator.analyze
(Location<XMLDocumentIdentifier> location, String element, DTD.CP root) ContentParserGenerator.createRule
(DTD.Element element) ContentParserGenerator.createRule
(Location<XMLDocumentIdentifier> location, String element, DTD.CP root) protected ContentParserGenerator.Rule
ContainerTemplate.internalSetDirectors
(ContentParserGenerator.Rule rule) Modifier and TypeMethodDescriptionContentParserGenerator.check
(ContentParserGenerator.Rule rule) protected ContentParserGenerator.Rule
ContainerTemplate.internalSetDirectors
(ContentParserGenerator.Rule rule) protected void
AltTemplate.setDirectors
(ContentParserGenerator.Rule rule) protected void
ChoiceTemplate.setDirectors
(ContentParserGenerator.Rule rule) protected abstract void
ContainerTemplate.setDirectors
(ContentParserGenerator.Rule rule) protected void
ElementTemplate.setDirectors
(ContentParserGenerator.Rule rule) protected void
SequenceTemplate.setDirectors
(ContentParserGenerator.Rule rule) void
ContentParserGenerator.Rule.Visitor.visit
(ContentParserGenerator.Rule x) ModifierConstructorDescriptionChoice
(ContentParserGenerator.Rule[] alts) LoopConflictException
(ContentParserGenerator.Rule rule, String[] conflict) protected
Seq
(ContentParserGenerator.Rule[] elems)