Package | Description |
---|---|
eu.bandm.tools.dtd |
Model for w3c XML DTDs, with preserved syntax.
|
Modifier and Type | Method and Description |
---|---|
DTD.AttValue |
DTD.AttValue.doclone()
Clones this object.
|
DTD.AttValue |
DTD.__SAX_Parser.fill_AttValue(Object res) |
DTD.AttValue |
DTD.AttValue.initFrom(Object o0)
Copies values of all common fields from the argument.
|
DTD.AttValue |
DTD.__SAX_Parser.matchSAX_AttValue() |
Modifier and Type | Method and Description |
---|---|
static Pattern<DTD.AttValue> |
DTD.AttValue.get_fixed(Pattern<? super Boolean> p)
Lifts a pattern which matches the field value to one which matches this
whole object.
|
static Pattern<DTD.AttValue> |
DTD.AttValue.get_value(Pattern<? super String> p)
Lifts a pattern which matches the field value to one which matches this
whole object.
|
static Pattern<? super DTD.AttValue> |
DTD.__Patterns.term_AttValue(Pattern<? super DTD.DefaultDecl> superpattern,
Pattern<? super Boolean> p_fixed,
Pattern<? super String> p_value) |
Modifier and Type | Method and Description |
---|---|
protected void |
DTD.CoRewriter.action(DTD.AttValue e0) |
protected void |
DTD.Dump.action(DTD.AttValue e0) |
protected void |
DTD.MATCH_ONLY_00.action(DTD.AttValue e0) |
protected void |
DTD.Rewriter.action(DTD.AttValue e0) |
protected void |
DTD.SinglePathVisitor.action(DTD.AttValue e0) |
protected void |
DTD.Visitor.action(DTD.AttValue e0) |
protected void |
DTD.__Formatter.action(DTD.AttValue el) |
void |
DTD.__SAX_Writer.action(DTD.AttValue e0) |
protected void |
DTD.Dump.descend(DTD.AttValue e0) |
protected void |
DTD.Visitor.descend(DTD.AttValue e0) |
void |
DTD.__SAX_Writer.dumpfields(DTD.AttValue e0) |
void |
DTD.__SAX_Parser.XMLPARSER_AttValue.fillFields(DTD.AttValue newobj) |
void |
DTD.MATCH_ONLY_00.match(DTD.AttValue e0) |
void |
DTD.__SAX_Parser.XMLPARSER_AttValue.parsefields(DTD.AttValue newobj) |
protected void |
DTD.Visitor.post(DTD.AttValue e0) |
protected void |
DTD.Visitor.pre(DTD.AttValue e0) |
protected void |
DTD.Dump.printscalars(DTD.AttValue e0) |
protected void |
DTD.CoRewriter.rewriteFields(DTD.AttValue clone) |
protected void |
DTD.Rewriter.rewriteFields(DTD.AttValue clone) |
protected Format |
DTD.__Formatter.toFormat(DTD.AttValue el) |
Modifier and Type | Method and Description |
---|---|
static Pattern<Object> |
DTD.__Patterns.cast_AttValue(Pattern<? super DTD.AttValue> p) |
see also the complete user documentation .