Uses of Class
eu.bandm.tools.d2d2.rt.ResultingChars
Packages that use 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
Fields in eu.bandm.tools.d2d2.base with type parameters of type ResultingCharsModifier and TypeFieldDescriptionprotected List<ResultingChars> Text2Udom.leading_wsAccumulator 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.unicodeResultsprotected final List<ResultingChars> Udom2Sax.ws_bufferAccumulator for whitespace which will be written out iff non-white-space character data follows.Methods in eu.bandm.tools.d2d2.base with parameters of type ResultingCharsModifier and TypeMethodDescriptionvoidUdom2Sax.action(ResultingChars chars) protected voidText2Udom.deliver(ResultingChars chars) -
Uses of ResultingChars in eu.bandm.tools.d2d2.rt
Subclasses of ResultingChars in eu.bandm.tools.d2d2.rtModifier and TypeClassDescriptionclassGenerated by umod; model author's documentation MISSING.Fields in eu.bandm.tools.d2d2.rt with type parameters of type ResultingCharsModifier and TypeFieldDescriptionstatic final Function<ResultingChars, MemString<String>> ResultingChars.get_charsDeprecated.Use new '::' method reference instead.static final Function<ResultingChars, Boolean> ResultingChars.get_isWhitespaceDeprecated.Use new '::' method reference instead.Methods in eu.bandm.tools.d2d2.rt that return ResultingCharsModifier and TypeMethodDescriptionResultingChars.doclone()Clones this object.Copies values of all common fields from the argument.Methods in eu.bandm.tools.d2d2.rt that return types with arguments of type ResultingCharsModifier 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) Methods in eu.bandm.tools.d2d2.rt with parameters of type ResultingCharsModifier and TypeMethodDescriptionprotected void__Formatter.action(ResultingChars el) protected voidDump_rt.action(ResultingChars e0) protected voidMATCH_ONLY_00.action(ResultingChars e0) protected voidMatch_rt.action(ResultingChars e0) protected voidSinglePhase_rt.action(ResultingChars e0) protected voidDump_rt.descend(ResultingChars e0) protected voidMatch_rt.descend(ResultingChars e0) voidMATCH_ONLY_00.match(ResultingChars e0) protected voidMatch_rt.post(ResultingChars e0) protected voidMatch_rt.pre(ResultingChars e0) protected voidDump_rt.printscalars(ResultingChars e0) protected Format__Formatter.toFormat(ResultingChars el) Method parameters in eu.bandm.tools.d2d2.rt with type arguments of type ResultingCharsModifier 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)