Package | Description |
---|---|
eu.bandm.tools.dtd |
Model for w3c XML DTDs, with preserved syntax.
|
eu.bandm.tools.xantlr |
Versatile export of ASTs recognized by antlr as SAX events,
cf user documentation.
|
Modifier and Type | Class and Description |
---|---|
static class |
DTD.Abbrev
Generated by umod; model author's documentation MISSING.
|
static class |
DTD.Any
Generated by umod; model author's documentation MISSING.
|
static class |
DTD.Choice
Generated by umod; model author's documentation MISSING.
|
static class |
DTD.ContentModelConstant
Generated by umod; model author's documentation MISSING.
|
static class |
DTD.CP
Generated by umod; model author's documentation MISSING.
|
static class |
DTD.Empty
Generated by umod; model author's documentation MISSING.
|
static class |
DTD.Mixed
Generated by umod; model author's documentation MISSING.
|
static class |
DTD.Seq
Generated by umod; model author's documentation MISSING.
|
static class |
DTD.Singleton
Generated by umod; model author's documentation MISSING.
|
Modifier and Type | Field and Description |
---|---|
static DTD.ContentModel |
DTD.ContentModel.ANY |
protected DTD.ContentModel |
DTD.Element.content
Generated by umod; model author's documentation MISSING.
|
static DTD.ContentModel |
DTD.ContentModel.EMPTY |
Modifier and Type | Method and Description |
---|---|
protected <T extends DTD.ContentModel> |
DTD.Rewriter.breakLoop(T e0) |
Modifier and Type | Method and Description |
---|---|
protected DTD.ContentModel |
TunedDTDParser.content()
Parsing function.
|
DTD.ContentModel |
DTD.ContentModel.doclone()
Clones this object.
|
DTD.ContentModel |
DTD.__SAX_Parser.fill_ContentModel(Object res) |
DTD.ContentModel |
DTD.Element.get_content()
Generated by umod; model author's documentation MISSING.
|
DTD.ContentModel |
DTD.ContentModel.initFrom(Object o0)
Copies values of all common fields from the argument.
|
DTD.ContentModel |
DTD.__SAX_Parser.matchSAX_ContentModel() |
Modifier and Type | Method and Description |
---|---|
static Pattern<? super DTD.ContentModel> |
DTD.__Patterns.term_ContentModel(Pattern<Object> superpattern) |
Modifier and Type | Method and Description |
---|---|
protected void |
DTD.CoRewriter.action(DTD.ContentModel e0) |
protected void |
DTD.Dump.action(DTD.ContentModel e0) |
protected void |
DTD.MATCH_ONLY_00.action(DTD.ContentModel e0) |
protected void |
DTD.Rewriter.action(DTD.ContentModel e0) |
protected void |
DTD.SinglePathVisitor.action(DTD.ContentModel e0) |
protected void |
DTD.Visitor.action(DTD.ContentModel e0) |
protected void |
DTD.__Formatter.action(DTD.ContentModel el) |
void |
DTD.__SAX_Writer.action(DTD.ContentModel e0) |
protected void |
DTD.Dump.descend(DTD.ContentModel e0) |
protected void |
DTD.Visitor.descend(DTD.ContentModel e0) |
void |
DTD.__SAX_Parser.XMLPARSER_ContentModel.fillFields(DTD.ContentModel newobj) |
void |
DTD.MATCH_ONLY_00.match(DTD.ContentModel e0) |
protected void |
DTD.Visitor.post(DTD.ContentModel e0) |
protected void |
DTD.Visitor.pre(DTD.ContentModel e0) |
protected void |
DTD.Dump.printscalars(DTD.ContentModel e0) |
protected void |
DTD.CoRewriter.rewriteFields(DTD.ContentModel clone) |
protected void |
DTD.Rewriter.rewriteFields(DTD.ContentModel clone) |
boolean |
DTD.Element.set_content(DTD.ContentModel val)
Generated by umod; model author's documentation MISSING.
|
protected Format |
DTD.__Formatter.toFormat(DTD.ContentModel el) |
boolean |
DTD.ContentModel.x_equals(DTD.ContentModel e0) |
Modifier and Type | Method and Description |
---|---|
static Pattern<Object> |
DTD.__Patterns.cast_ContentModel(Pattern<? super DTD.ContentModel> p) |
static Pattern<DTD.Element> |
DTD.Element.get_content(Pattern<? super DTD.ContentModel> p)
Lifts a pattern which matches the field value to one which matches this
whole object.
|
static Pattern<? super DTD.ContentModelConstant> |
DTD.__Patterns.term_ContentModelConstant(Pattern<? super DTD.ContentModel> superpattern,
Pattern<? super String> p_label) |
static Pattern<? super DTD.CP> |
DTD.__Patterns.term_CP(Pattern<? super DTD.ContentModel> superpattern,
Pattern<? super Integer> p_modifier) |
static Pattern<? super DTD.Element> |
DTD.__Patterns.term_Element(Pattern<? super DTD.MarkupDecl> superpattern,
Pattern<? super String> p_name,
Pattern<? super DTD.ContentModel> p_content) |
static Pattern<? super DTD.Mixed> |
DTD.__Patterns.term_Mixed(Pattern<? super DTD.ContentModel> superpattern,
Pattern<? super CheckedList<String>> p_names) |
Constructor and Description |
---|
Element(Location<XMLDocumentIdentifier> location,
String name,
DTD.ContentModel content)
Constructor generated according to specification #99
Constructor defined according to directive "C 99/..". |
Element(String name,
DTD.ContentModel content)
Constructor generated according to specification #0
Constructor defined according to directive "C 0/..". |
Modifier and Type | Method and Description |
---|---|
DTD.ContentModel |
ContentBuilder.getContent() |
see also the complete user documentation .