Package | Description |
---|---|
eu.bandm.tools.dtd |
Model for w3c XML DTDs, with preserved syntax.
|
eu.bandm.tools.tdom |
Generates typed models of XML documents,
see
meta-tools TDOM user documentation.
|
Modifier and Type | Method and Description |
---|---|
DTD.Mixed |
DTD.Mixed.doclone()
Clones this object.
|
DTD.Mixed |
DTD.__SAX_Parser.fill_Mixed(Object res) |
DTD.Mixed |
DTD.Mixed.initFrom(Object o0)
Copies values of all common fields from the argument.
|
DTD.Mixed |
DTD.__SAX_Parser.matchSAX_Mixed() |
protected DTD.Mixed |
TunedDTDParser.mixed()
Parsing function.
|
DTD.Mixed |
DTD.Mixed.with_names(CheckedList<String> val)
Generated by umod; model author's documentation MISSING.
|
Modifier and Type | Method and Description |
---|---|
static Pattern<DTD.Mixed> |
DTD.Mixed.get_names(Pattern<? super CheckedList<String>> p)
Lifts a pattern which matches the field value to one which matches this
whole object.
|
static Pattern<? super DTD.Mixed> |
DTD.__Patterns.term_Mixed(Pattern<? super DTD.ContentModel> superpattern,
Pattern<? super CheckedList<String>> p_names) |
Modifier and Type | Method and Description |
---|---|
protected void |
DTD.CoRewriter.action(DTD.Mixed e0) |
protected void |
DTD.Dump.action(DTD.Mixed e0) |
protected void |
DTD.MATCH_ONLY_00.action(DTD.Mixed e0) |
protected void |
DTD.Rewriter.action(DTD.Mixed e0) |
protected void |
DTD.SinglePathVisitor.action(DTD.Mixed e0) |
protected void |
DTD.Visitor.action(DTD.Mixed e0) |
protected void |
DTD.__Formatter.action(DTD.Mixed el) |
void |
DTD.__SAX_Writer.action(DTD.Mixed e0) |
protected void |
DTD.Dump.descend(DTD.Mixed e0) |
protected void |
DTD.Visitor.descend(DTD.Mixed e0) |
void |
DTD.__SAX_Writer.dumpfields(DTD.Mixed e0) |
void |
DTD.__SAX_Parser.XMLPARSER_Mixed.fillFields(DTD.Mixed newobj) |
void |
DTD.MATCH_ONLY_00.match(DTD.Mixed e0) |
void |
DTD.__SAX_Parser.XMLPARSER_Mixed.parsefields(DTD.Mixed newobj) |
protected void |
DTD.Visitor.post(DTD.Mixed e0) |
protected void |
DTD.Visitor.pre(DTD.Mixed e0) |
protected void |
DTD.Dump.printscalars(DTD.Mixed e0) |
protected void |
DTD.CoRewriter.rewriteFields(DTD.Mixed clone) |
protected void |
DTD.Rewriter.rewriteFields(DTD.Mixed clone) |
protected Format |
DTD.__Formatter.toFormat(DTD.Mixed el) |
boolean |
DTD.Mixed.x_equals(DTD.Mixed e0) |
Modifier and Type | Method and Description |
---|---|
static Pattern<Object> |
DTD.__Patterns.cast_Mixed(Pattern<? super DTD.Mixed> p) |
Modifier and Type | Method and Description |
---|---|
void |
TypedDOMGenerator.action(DTD.Mixed content)
Generate all subclasses, constructors and parsing methods for mixed content.
|
void |
TypedDOMGenerator.action(DTD.Mixed content)
Generate all subclasses, constructors and parsing methods for mixed content.
|
see also the complete user documentation .