Package | Description |
---|---|
eu.bandm.tools.d2d2.base |
D2d allows to write valid XML documents directly in the creative flow of authoring,
with minimum typographic noise.
|
eu.bandm.tools.d2d2.model |
Umod main model class: This is the internal
model for the d2d text type definitions.
|
Modifier and Type | Method and Description |
---|---|
void |
CharacterParser.action(ParseParticle pp) |
void |
SyntaxGraph.Layouter.action(ParseParticle pp) |
void |
SyntaxGraph.Painter.action(ParseParticle pp) |
void |
Navigate.CharSetCalc.action(ParseParticle x) |
void |
Resolver.ParseParticleGenerator.action(ParseParticle pp) |
void |
CharParserPrepare.EliminateRecursion.action(ParseParticle pp) |
void |
Def2Dtd.action(ParseParticle x)
ParseParticles are currently
kept as local defs in local scope (THIS SHOULD CHANGE / FIXME)
never mixed content / either structured or chars-only.
(( when GLOBAL, this does nolonger hold! |
void |
StackPrinter.ExpressionPrinter.action(ParseParticle x) |
void |
RewriteCompare.descend(ParseParticle e) |
void |
Resolver3.Equivalence.descend(ParseParticle e) |
void |
Resolver4.Equivalence.descend(ParseParticle e) |
protected void |
Resolver3.rewriteFields(ParseParticle clone)
Rewrite sub-expression and propagate "empty" upwards.
|
protected void |
Resolver4.rewriteFields(ParseParticle clone)
Rewrite sub-expression and propagate "empty" upwards.
|
Modifier and Type | Field and Description |
---|---|
static Function<ParseParticle,CharsRegExp> |
ParseParticle.get_collector
Deprecated.
Use new '::' method reference instead.
|
static Function<ParseParticle,String> |
ParseParticle.get_ident
Deprecated.
Use new '::' method reference instead.
|
static Function<ParseParticle,Expression> |
ParseParticle.get_on
Deprecated.
Use new '::' method reference instead.
|
Modifier and Type | Method and Description |
---|---|
ParseParticle |
ParseParticle.doclone()
Clones this object.
|
ParseParticle |
ParseParticle.initFrom(Object o0)
Copies values of all common fields from the argument.
|
Modifier and Type | Method and Description |
---|---|
protected void |
CoRewrite.action(ParseParticle e0) |
protected void |
Rewrite.action(ParseParticle e0) |
protected void |
Match.action(ParseParticle e0) |
protected void |
__Formatter.action(ParseParticle el) |
protected void |
SinglePhase.action(ParseParticle e0) |
protected void |
MATCH_ONLY_00.action(ParseParticle e0) |
protected void |
Dump.action(ParseParticle e0) |
protected void |
Match.descend(ParseParticle e0) |
protected void |
Dump.descend(ParseParticle e0) |
void |
MATCH_ONLY_00.match(ParseParticle e0) |
protected void |
Match.post(ParseParticle e0) |
protected void |
Match.pre(ParseParticle e0) |
protected void |
Dump.printscalars(ParseParticle e0) |
protected void |
CoRewrite.rewriteFields(ParseParticle clone) |
protected void |
Rewrite.rewriteFields(ParseParticle clone) |
protected Format |
__Formatter.toFormat(ParseParticle el) |
see also the complete user documentation .