Uses of Class
eu.bandm.tools.d2d2.rt.ResultingChars
Package
Description
D2d allows to write valid XML documents directly in the creative flow of authoring,
with minimum typographic noise.
Umod main model class: This is a model for the
results of d2d text parsing.
-
Uses of ResultingChars in eu.bandm.tools.d2d2.base
Modifier and TypeFieldDescriptionprotected List
<ResultingChars> Text2Udom.leading_ws
Accumulator for ws, not yet clear whether to deliver or to ignore.(package private) final List
<ResultingChars> UdomClient.Pcdata.origs
(package private) final Map
<Integer, ResultingChars> Text2Udom.unicodeResults
protected final List
<ResultingChars> Udom2Sax.ws_buffer
Accumulator for whitespace which will be written out iff non-white-space character data follows.Modifier and TypeMethodDescriptionvoid
Udom2Sax.action
(ResultingChars chars) protected void
Text2Udom.deliver
(ResultingChars chars) -
Uses of ResultingChars in eu.bandm.tools.d2d2.rt
Modifier and TypeClassDescriptionclass
Generated by umod; model author's documentation MISSING.Modifier and TypeFieldDescriptionstatic final Function
<ResultingChars, MemString<String>> ResultingChars.get_chars
Deprecated.Use new '::' method reference instead.static final Function
<ResultingChars, Boolean> ResultingChars.get_isWhitespace
Deprecated.Use new '::' method reference instead.Modifier and TypeMethodDescriptionResultingChars.doclone()
Clones this object.Copies values of all common fields from the argument.Modifier and TypeMethodDescriptionstatic Pattern
<ResultingChars> Lifts a pattern which matches the field value to one which matches this whole object.static Pattern
<ResultingChars> ResultingChars.get_isWhitespace
(Pattern<? super Boolean> p) Lifts a pattern which matches the field value to one which matches this whole object.static Pattern
<ResultingChars> __Patterns.term_ResultingChars
(Pattern<? super Udom> superpattern, Pattern<? super MemString<String>> p_chars, Pattern<? super Boolean> p_isWhitespace) Modifier and TypeMethodDescriptionprotected void
__Formatter.action
(ResultingChars el) protected void
Dump_rt.action
(ResultingChars e0) protected void
MATCH_ONLY_00.action
(ResultingChars e0) protected void
Match_rt.action
(ResultingChars e0) protected void
SinglePhase_rt.action
(ResultingChars e0) protected void
Dump_rt.descend
(ResultingChars e0) protected void
Match_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) Modifier and TypeMethodDescription__Patterns.cast_ResultingChars
(Pattern<? super ResultingChars> p) static Pattern
<SubstituteChars> __Patterns.term_SubstituteChars
(Pattern<? super ResultingChars> superpattern, Pattern<? super Location<String>> p_endLocation)