Uses of Class
org.jibx.binding.model.InputElement
-
Packages that use InputElement Package Description org.jibx.binding.model -
-
Uses of InputElement in org.jibx.binding.model
Methods in org.jibx.binding.model that return InputElement Modifier and Type Method Description InputElementSplitElement. getInputSide()Get input side of binding.Methods in org.jibx.binding.model with parameters of type InputElement Modifier and Type Method Description voidModelVisitor. exit(InputElement node)Exit input element.voidSplitElement. setInputSide(InputElement input)Set input side of binding.booleanModelVisitor. visit(InputElement node)Visit input element.
-