Package | Description |
---|---|
eu.bandm.tools.dtd |
Model for w3c XML DTDs, with preserved syntax.
|
Modifier and Type | Class and Description |
---|---|
static class |
DTD.AttValue
Generated by umod; model author's documentation MISSING.
|
static class |
DTD.DefaultDeclConstant
Generated by umod; model author's documentation MISSING.
|
Modifier and Type | Field and Description |
---|---|
static DTD.DefaultDecl |
DTD.DefaultDecl.IMPLIED |
static DTD.DefaultDecl |
DTD.DefaultDecl.REQUIRED |
protected DTD.DefaultDecl |
DTD.AttDef.value
Generated by umod; model author's documentation MISSING.
|
Modifier and Type | Method and Description |
---|---|
protected <T extends DTD.DefaultDecl> |
DTD.Rewriter.breakLoop(T e0) |
Modifier and Type | Method and Description |
---|---|
protected DTD.DefaultDecl |
TunedDTDParser.defaultDecl()
Parsing function.
|
DTD.DefaultDecl |
DTD.DefaultDecl.doclone()
Clones this object.
|
DTD.DefaultDecl |
DTD.__SAX_Parser.fill_DefaultDecl(Object res) |
DTD.DefaultDecl |
DTD.AttDef.get_value()
Generated by umod; model author's documentation MISSING.
|
DTD.DefaultDecl |
DTD.DefaultDecl.initFrom(Object o0)
Copies values of all common fields from the argument.
|
DTD.DefaultDecl |
DTD.__SAX_Parser.matchSAX_DefaultDecl() |
Modifier and Type | Method and Description |
---|---|
static Pattern<? super DTD.DefaultDecl> |
DTD.__Patterns.term_DefaultDecl(Pattern<Object> superpattern) |
Modifier and Type | Method and Description |
---|---|
protected void |
DTD.CoRewriter.action(DTD.DefaultDecl e0) |
protected void |
DTD.Dump.action(DTD.DefaultDecl e0) |
protected void |
DTD.MATCH_ONLY_00.action(DTD.DefaultDecl e0) |
protected void |
DTD.Rewriter.action(DTD.DefaultDecl e0) |
protected void |
DTD.SinglePathVisitor.action(DTD.DefaultDecl e0) |
protected void |
DTD.Visitor.action(DTD.DefaultDecl e0) |
protected void |
DTD.__Formatter.action(DTD.DefaultDecl el) |
void |
DTD.__SAX_Writer.action(DTD.DefaultDecl e0) |
protected void |
DTD.Dump.descend(DTD.DefaultDecl e0) |
protected void |
DTD.Visitor.descend(DTD.DefaultDecl e0) |
void |
DTD.__SAX_Parser.XMLPARSER_DefaultDecl.fillFields(DTD.DefaultDecl newobj) |
void |
DTD.MATCH_ONLY_00.match(DTD.DefaultDecl e0) |
protected void |
DTD.Visitor.post(DTD.DefaultDecl e0) |
protected void |
DTD.Visitor.pre(DTD.DefaultDecl e0) |
protected void |
DTD.Dump.printscalars(DTD.DefaultDecl e0) |
protected void |
DTD.CoRewriter.rewriteFields(DTD.DefaultDecl clone) |
protected void |
DTD.Rewriter.rewriteFields(DTD.DefaultDecl clone) |
boolean |
DTD.AttDef.set_value(DTD.DefaultDecl val)
Generated by umod; model author's documentation MISSING.
|
protected Format |
DTD.__Formatter.toFormat(DTD.DefaultDecl el) |
Modifier and Type | Method and Description |
---|---|
static Pattern<Object> |
DTD.__Patterns.cast_DefaultDecl(Pattern<? super DTD.DefaultDecl> p) |
static Pattern<DTD.AttDef> |
DTD.AttDef.get_value(Pattern<? super DTD.DefaultDecl> p)
Lifts a pattern which matches the field value to one which matches this
whole object.
|
static Pattern<? super DTD.AttDef> |
DTD.__Patterns.term_AttDef(Pattern<Object> superpattern,
Pattern<? super Location<XMLDocumentIdentifier>> p_location,
Pattern<? super List<Location<XMLDocumentIdentifier>>> p_locations,
Pattern<? super String> p_name,
Pattern<? super DTD.AttType> p_type,
Pattern<? super DTD.DefaultDecl> p_value) |
static Pattern<? super DTD.AttValue> |
DTD.__Patterns.term_AttValue(Pattern<? super DTD.DefaultDecl> superpattern,
Pattern<? super Boolean> p_fixed,
Pattern<? super String> p_value) |
static Pattern<? super DTD.DefaultDeclConstant> |
DTD.__Patterns.term_DefaultDeclConstant(Pattern<? super DTD.DefaultDecl> superpattern,
Pattern<? super String> p_label) |
Constructor and Description |
---|
AttDef(Location<XMLDocumentIdentifier> location,
String name,
DTD.AttType type,
DTD.DefaultDecl value)
Constructor generated according to specification #99
Constructor defined according to directive "C 99/..". |
AttDef(String name,
DTD.AttType type,
DTD.DefaultDecl value)
Constructor generated according to specification #0
Constructor defined according to directive "C 0/..". |
see also the complete user documentation .