Uses of Enum Class
eu.bandm.tools.d2d2.base.Text2Udom.modes
Package
Description
D2d allows to write valid XML documents directly in the creative flow of authoring,
with minimum typographic noise.
-
Uses of Text2Udom.modes in eu.bandm.tools.d2d2.base
Modifier and TypeFieldDescription(package private) Text2Udom.modes
Text2Udom.mode
Kind of the text to parse.Modifier and TypeMethodDescriptionstatic Text2Udom.modes
Returns the enum constant of this class with the specified name.static Text2Udom.modes[]
Text2Udom.modes.values()
Returns an array containing the constants of this enum class, in the order they are declared.Modifier and TypeMethodDescriptionText2Udom.fromMemString
(String locationText, MemString<String> text, ModuleRegistry moduleRegistry, @Opt XRegExp toplevelXRegExp, Text2Udom.modes mode) Parse the contents of the given MemString object, containing just the text body.