Uses of Class
org.jibx.schema.elements.SelectionBase.SelectorElement
-
Packages that use SelectionBase.SelectorElement Package Description org.jibx.schema org.jibx.schema.elements -
-
Uses of SelectionBase.SelectorElement in org.jibx.schema
Methods in org.jibx.schema with parameters of type SelectionBase.SelectorElement Modifier and Type Method Description voidSchemaVisitor. exit(SelectionBase.SelectorElement node)Exit selector element.booleanSchemaVisitor. visit(SelectionBase.SelectorElement node)Visit selection element. -
Uses of SelectionBase.SelectorElement in org.jibx.schema.elements
Methods in org.jibx.schema.elements that return SelectionBase.SelectorElement Modifier and Type Method Description SelectionBase.SelectorElementKeyBase. getSelector()Get selector child element.Methods in org.jibx.schema.elements with parameters of type SelectionBase.SelectorElement Modifier and Type Method Description voidKeyBase. setSelector(SelectionBase.SelectorElement element)Set selector child element.
-