Uses of Enum Class
eu.bandm.tools.d2d2.base.Text2Udom.parsingState
Packages that use Text2Udom.parsingState
Package
Description
D2d allows to write valid XML documents directly in the creative flow of authoring,
with minimum typographic noise.
-
Uses of Text2Udom.parsingState in eu.bandm.tools.d2d2.base
Fields in eu.bandm.tools.d2d2.base declared as Text2Udom.parsingStateModifier and TypeFieldDescriptionprotected Text2Udom.parsingState
Text2Udom.currentState
Current micro-state, values fromText2Udom.parsingState
.protected Text2Udom.parsingState
Text2Udom.interruptedState
Needed to treatsetcommand
,setcomment
and numeric input (i.e.Methods in eu.bandm.tools.d2d2.base that return Text2Udom.parsingStateModifier and TypeMethodDescriptionstatic Text2Udom.parsingState
Returns the enum constant of this class with the specified name.static Text2Udom.parsingState[]
Text2Udom.parsingState.values()
Returns an array containing the constants of this enum class, in the order they are declared.