Package | Description |
---|---|
eu.bandm.tools.dtd |
Model for w3c XML DTDs, with preserved syntax.
|
Modifier and Type | Field and Description |
---|---|
protected DTD.EntityValue |
DTD.Entity.value
Generated by umod; model author's documentation MISSING.
|
Modifier and Type | Method and Description |
---|---|
protected <T extends DTD.EntityValue> |
DTD.Rewriter.breakLoop(T e0) |
Modifier and Type | Method and Description |
---|---|
DTD.EntityValue |
DTD.EntityValue.doclone()
Clones this object.
|
DTD.EntityValue |
DTD.__SAX_Parser.fill_EntityValue(Object res) |
DTD.EntityValue |
DTD.Entity.get_value()
Generated by umod; model author's documentation MISSING.
|
DTD.EntityValue |
DTD.EntityValue.initFrom(Object o0)
Copies values of all common fields from the argument.
|
DTD.EntityValue |
DTD.__SAX_Parser.matchSAX_EntityValue() |
Modifier and Type | Method and Description |
---|---|
static Pattern<DTD.EntityValue> |
DTD.EntityValue.get_definition(Pattern<? super String> p)
Lifts a pattern which matches the field value to one which matches this
whole object.
|
static Pattern<DTD.EntityValue> |
DTD.EntityValue.get_id(Pattern<? super XMLDocumentIdentifier> p)
Lifts a pattern which matches the field value to one which matches this
whole object.
|
static Pattern<DTD.EntityValue> |
DTD.EntityValue.get_replacement(Pattern<? super String> p)
Lifts a pattern which matches the field value to one which matches this
whole object.
|
static Pattern<? super DTD.EntityValue> |
DTD.__Patterns.term_EntityValue(Pattern<Object> superpattern,
Pattern<? super XMLDocumentIdentifier> p_id,
Pattern<? super String> p_definition,
Pattern<? super String> p_replacement) |
Modifier and Type | Method and Description |
---|---|
protected void |
DTD.CoRewriter.action(DTD.EntityValue e0) |
protected void |
DTD.Dump.action(DTD.EntityValue e0) |
protected void |
DTD.MATCH_ONLY_00.action(DTD.EntityValue e0) |
protected void |
DTD.Rewriter.action(DTD.EntityValue e0) |
protected void |
DTD.SinglePathVisitor.action(DTD.EntityValue e0) |
protected void |
DTD.Visitor.action(DTD.EntityValue e0) |
protected void |
DTD.__Formatter.action(DTD.EntityValue el) |
void |
DTD.__SAX_Writer.action(DTD.EntityValue e0) |
protected void |
DTD.Dump.descend(DTD.EntityValue e0) |
protected void |
DTD.Visitor.descend(DTD.EntityValue e0) |
void |
DTD.__SAX_Writer.dumpfields(DTD.EntityValue e0) |
void |
DTD.__SAX_Parser.XMLPARSER_EntityValue.fillFields(DTD.EntityValue newobj) |
void |
DTD.MATCH_ONLY_00.match(DTD.EntityValue e0) |
void |
DTD.__SAX_Parser.XMLPARSER_EntityValue.parsefields(DTD.EntityValue newobj) |
protected void |
DTD.Visitor.post(DTD.EntityValue e0) |
protected void |
DTD.Visitor.pre(DTD.EntityValue e0) |
protected void |
DTD.Dump.printscalars(DTD.EntityValue e0) |
protected void |
DTD.CoRewriter.rewriteFields(DTD.EntityValue clone) |
protected void |
DTD.Rewriter.rewriteFields(DTD.EntityValue clone) |
boolean |
DTD.Entity.set_value(DTD.EntityValue val)
Generated by umod; model author's documentation MISSING.
|
protected Format |
DTD.__Formatter.toFormat(DTD.EntityValue el) |
Modifier and Type | Method and Description |
---|---|
static Pattern<Object> |
DTD.__Patterns.cast_EntityValue(Pattern<? super DTD.EntityValue> p) |
static Pattern<DTD.Entity> |
DTD.Entity.get_value(Pattern<? super DTD.EntityValue> p)
Lifts a pattern which matches the field value to one which matches this
whole object.
|
static Pattern<? super DTD.Entity> |
DTD.__Patterns.term_Entity(Pattern<? super DTD.MarkupDecl> superpattern,
Pattern<? super Boolean> p_parameter,
Pattern<? super String> p_name,
Pattern<? super DTD.EntityValue> p_value) |
Constructor and Description |
---|
Entity(boolean parameter,
String name,
DTD.EntityValue value)
Constructor generated according to specification #0
Constructor defined according to directive "C 0/..". |
Entity(Location<XMLDocumentIdentifier> location,
boolean parameter,
String name,
DTD.EntityValue value)
Constructor generated according to specification #99
Constructor defined according to directive "C 99/..". |
see also the complete user documentation .