Uses of Class
org.x4o.xml.conv.text.StringSplitConverterStep
Packages that use StringSplitConverterStep
Package
Description
The default implementations to convert text to objects.
The Element Language Definition language elements.
-
Uses of StringSplitConverterStep in org.x4o.xml.conv.text
Classes in org.x4o.xml.conv.text that implement interfaces with type arguments of type StringSplitConverterStepMethods in org.x4o.xml.conv.text that return types with arguments of type StringSplitConverterStepMethods in org.x4o.xml.conv.text with parameters of type StringSplitConverterStepModifier and TypeMethodDescriptionvoid
StringSplitConverter.addStringSplitConverterStep
(StringSplitConverterStep stringSplitConverterStep) int
StringSplitConverter.StringSplitConverterStepComparator.compare
(StringSplitConverterStep e1, StringSplitConverterStep e2) void
StringSplitConverter.removeStringSplitConverterStep
(StringSplitConverterStep stringSplitConverterStep) -
Uses of StringSplitConverterStep in org.x4o.xml.eld.lang
Subclasses with type arguments of type StringSplitConverterStep in org.x4o.xml.eld.langModifier and TypeClassDescriptionclass
StringSplitConverterStepBindingHandler binds the object converter to the step.Methods in org.x4o.xml.eld.lang with parameters of type StringSplitConverterStepModifier and TypeMethodDescriptionvoid
StringSplitConverterStepBindingHandler.bindChild
(Element childElement, StringSplitConverterStep parent, Object childObject) void
StringSplitConverterStepBindingHandler.createChilderen
(Element parentElement, StringSplitConverterStep parentObject)