Uses of Class
org.jibx.schema.elements.SelectionBase.SelectorElement

Packages that use SelectionBase.SelectorElement
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
 void SchemaVisitor.exit(SelectionBase.SelectorElement node)
          Exit selector element.
 boolean SchemaVisitor.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
 SelectionBase.SelectorElement KeyBase.getSelector()
          Get selector child element.
 

Methods in org.jibx.schema.elements with parameters of type SelectionBase.SelectorElement
 void KeyBase.setSelector(SelectionBase.SelectorElement element)
          Set selector child element.
 



Copyright © 2005-2012 jibx.org. All Rights Reserved.