Uses of Class
org.jibx.schema.elements.CommonCompositorBase

Packages that use CommonCompositorBase
org.jibx.schema   
org.jibx.schema.elements   
 

Uses of CommonCompositorBase in org.jibx.schema
 

Methods in org.jibx.schema with parameters of type CommonCompositorBase
 void SchemaVisitor.exit(CommonCompositorBase node)
          Exit compositor base element.
 boolean SchemaVisitor.visit(CommonCompositorBase node)
          Visit compositor base element.
 

Uses of CommonCompositorBase in org.jibx.schema.elements
 

Subclasses of CommonCompositorBase in org.jibx.schema.elements
 class AllElement
          <all> element definition.
 class ChoiceElement
          <choice> element definition.
 class CommonCompositorDefinition
          Compositor for complex content model, including the special case of <all>.
 class GroupRefElement
          Definition for embedded group element (group reference).
 class SequenceElement
          <sequence> element definition.
 

Methods in org.jibx.schema.elements that return CommonCompositorBase
 CommonCompositorBase CommonComplexModification.getContentDefinition()
           
 CommonCompositorBase ComplexTypeElement.getContentDefinition()
          Get content definition particle.
 CommonCompositorBase IComplexStructure.getContentDefinition()
          Get content definition particle.
 

Methods in org.jibx.schema.elements with parameters of type CommonCompositorBase
 void CommonComplexModification.setContentDefinition(CommonCompositorBase element)
           
 void ComplexTypeElement.setContentDefinition(CommonCompositorBase element)
          Set content definition particle.
 void IComplexStructure.setContentDefinition(CommonCompositorBase element)
          Set content definition particle.
 



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