Uses of Class
eu.bandm.tools.tdom.ContentParserGenerator.Rule
Packages that use 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
Subclasses of ContentParserGenerator.Rule in eu.bandm.tools.tdomModifier and TypeClassDescriptionstatic class
static class
static class
static class
static class
static class
static class
Fields in eu.bandm.tools.tdom declared as ContentParserGenerator.RuleModifier and TypeFieldDescriptionContentParserGenerator.Choice.alts
protected ContentParserGenerator.Rule
ContentParserGenerator.Modified.body
ContentParserGenerator.Seq.elems
ContentParserGenerator.Rule.prefix
ContentParserGenerator.LoopConflictException.rule
Methods in eu.bandm.tools.tdom that return ContentParserGenerator.RuleModifier 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) Methods in eu.bandm.tools.tdom with parameters of type ContentParserGenerator.RuleModifier 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) Constructors in eu.bandm.tools.tdom with parameters of type ContentParserGenerator.RuleModifierConstructorDescriptionChoice
(ContentParserGenerator.Rule[] alts) LoopConflictException
(ContentParserGenerator.Rule rule, String[] conflict) protected
Seq
(ContentParserGenerator.Rule[] elems)