Uses of Class
org.refcodes.textual.EscapeTextBuilder
-
Uses of EscapeTextBuilder in org.refcodes.textual
Subclasses with type arguments of type EscapeTextBuilder in org.refcodes.textualModifier and TypeClassDescriptionclass
TheEscapeTextBuilder
provides means to "escape" and "unescape" text, e.g. simple marshaling and unmarshaling.Methods in org.refcodes.textual that return EscapeTextBuilderModifier and TypeMethodDescriptionEscapeTextBuilder.addEscapeProperty
(String aKey, String aValue) Adds the escape property.EscapeTextBuilder.addEscapeProperty
(org.refcodes.struct.Property aProperty) Adds the escape property.EscapeTextBuilder.withEscapeProperties
(org.refcodes.struct.Property... aProperties) With escape properties.EscapeTextBuilder.withEscapeTextMode
(EscapeTextMode aEscapeTextMode) Sets the escape text mode for the escape text mode property.