Package | Description |
---|---|
eu.bandm.tools.tdom |
Generates typed models of XML documents,
see
meta-tools TDOM user documentation.
|
Modifier and Type | Class and Description |
---|---|
static class |
ContentParserGenerator.Choice |
static class |
ContentParserGenerator.Modified |
static class |
ContentParserGenerator.Optional |
static class |
ContentParserGenerator.Plus |
static class |
ContentParserGenerator.Seq |
static class |
ContentParserGenerator.Singleton |
static class |
ContentParserGenerator.Star |
Modifier and Type | Field and Description |
---|---|
ContentParserGenerator.Rule[] |
ContentParserGenerator.Choice.alts |
ContentParserGenerator.Rule[] |
ContentParserGenerator.Choice.alts |
protected ContentParserGenerator.Rule |
ContentParserGenerator.Modified.body |
protected ContentParserGenerator.Rule |
ContentParserGenerator.Modified.body |
ContentParserGenerator.Rule[] |
ContentParserGenerator.Seq.elems |
ContentParserGenerator.Rule[] |
ContentParserGenerator.Seq.elems |
ContentParserGenerator.Rule |
ContentParserGenerator.Rule.prefix |
ContentParserGenerator.Rule |
ContentParserGenerator.Rule.prefix |
ContentParserGenerator.Rule |
ContentParserGenerator.LoopConflictException.rule |
ContentParserGenerator.Rule |
ContentParserGenerator.LoopConflictException.rule |
Modifier and Type | Method and Description |
---|---|
ContentParserGenerator.Rule |
ContentParserGenerator.analyze(Location<XMLDocumentIdentifier> location,
String element,
DTD.CP root) |
ContentParserGenerator.Rule |
ContentParserGenerator.analyze(Location<XMLDocumentIdentifier> location,
String element,
DTD.CP root) |
ContentParserGenerator.Rule |
ContentParserGenerator.createRule(DTD.Element element) |
ContentParserGenerator.Rule |
ContentParserGenerator.createRule(DTD.Element element) |
ContentParserGenerator.Rule |
ContentParserGenerator.createRule(Location<XMLDocumentIdentifier> location,
String element,
DTD.CP root) |
ContentParserGenerator.Rule |
ContentParserGenerator.createRule(Location<XMLDocumentIdentifier> location,
String element,
DTD.CP root) |
Modifier and Type | Method and Description |
---|---|
ContentParserGenerator.RuleException[] |
ContentParserGenerator.check(ContentParserGenerator.Rule rule) |
ContentParserGenerator.RuleException[] |
ContentParserGenerator.check(ContentParserGenerator.Rule rule) |
void |
ContentParserGenerator.Rule.Visitor.visit(ContentParserGenerator.Rule x) |
void |
ContentParserGenerator.Rule.Visitor.visit(ContentParserGenerator.Rule x) |
Constructor and Description |
---|
Choice(ContentParserGenerator.Rule[] alts) |
Choice(ContentParserGenerator.Rule[] alts) |
LoopConflictException(ContentParserGenerator.Rule rule,
String[] conflict) |
LoopConflictException(ContentParserGenerator.Rule rule,
String[] conflict) |
Modified(ContentParserGenerator.Rule body) |
Modified(ContentParserGenerator.Rule body) |
Optional(ContentParserGenerator.Rule body) |
Optional(ContentParserGenerator.Rule body) |
Plus(ContentParserGenerator.Rule body) |
Plus(ContentParserGenerator.Rule body) |
Seq(ContentParserGenerator.Rule[] elems) |
Seq(ContentParserGenerator.Rule[] elems) |
Star(ContentParserGenerator.Rule body) |
Star(ContentParserGenerator.Rule body) |
see also the complete user documentation .