Uses of Interface
org.jibx.schema.IArity

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

Uses of IArity in org.jibx.schema
 

Methods in org.jibx.schema with parameters of type IArity
static boolean SchemaUtils.isOptional(IArity part)
          Check if a particle is optional (zero instances allowed).
static boolean SchemaUtils.isProhibited(IArity part)
          Check if a particle is prohibited (no instances allowed).
static boolean SchemaUtils.isRepeated(IArity part)
          Check if a particle is a repeated value.
static boolean SchemaUtils.isSingleton(IArity part)
          Check if a particle is a singleton (one, and only one, instance allowed).
 

Uses of IArity in org.jibx.schema.elements
 

Classes in org.jibx.schema.elements that implement IArity
 class AllElement
          <all> element definition.
 class AnyElement
          anyAttribute element definition.
 class ChoiceElement
          <choice> element definition.
 class CommonCompositorBase
          Base class for all complex content model compositors.
 class CommonCompositorDefinition
          Compositor for complex content model, including the special case of <all>.
 class ElementElement
          <element> element definition.
 class GroupRefElement
          Definition for embedded group element (group reference).
 class SequenceElement
          <sequence> element definition.
 



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