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.rt |
Umod main model class: This is a model for the
results of d2d text parsing.
|
Modifier and Type | Field and Description |
---|---|
protected List<ResultingChars> |
Text2Udom.leading_ws
Accumulator for ws, not yet clear whether to deliver or to ignore.
|
protected List<ResultingChars> |
Udom2Sax.ws_buffer
Accumulator for whitespace which will be written out iff non-white-space
character data follows.
|
Modifier and Type | Method and Description |
---|---|
void |
Udom2Sax.action(ResultingChars chars) |
protected void |
Text2Udom.deliver(ResultingChars chars) |
protected void |
Udom2Sax.write(ResultingChars c) |
Modifier and Type | Field and Description |
---|---|
static Function<ResultingChars,MemString> |
ResultingChars.get_chars
Deprecated.
Use new '::' method reference instead.
|
static Function<ResultingChars,Boolean> |
ResultingChars.get_isWhitespace
Deprecated.
Use new '::' method reference instead.
|
Modifier and Type | Method and Description |
---|---|
ResultingChars |
ResultingChars.doclone()
Clones this object.
|
ResultingChars |
ResultingChars.initFrom(Object o0)
Copies values of all common fields from the argument.
|
Modifier and Type | Method and Description |
---|---|
protected void |
SinglePhase_rt.action(ResultingChars e0) |
protected void |
Match_rt.action(ResultingChars e0) |
protected void |
Dump_rt.action(ResultingChars e0) |
protected void |
__Formatter.action(ResultingChars el) |
protected void |
MATCH_ONLY_00.action(ResultingChars e0) |
protected void |
Match_rt.descend(ResultingChars e0) |
protected void |
Dump_rt.descend(ResultingChars e0) |
void |
MATCH_ONLY_00.match(ResultingChars e0) |
protected void |
Match_rt.post(ResultingChars e0) |
protected void |
Match_rt.pre(ResultingChars e0) |
protected void |
Dump_rt.printscalars(ResultingChars e0) |
protected Format |
__Formatter.toFormat(ResultingChars el) |
see also the complete user documentation .