Uses of Interface
org.jibx.schema.IArity
-
Packages that use IArity Package Description org.jibx.schema org.jibx.schema.elements -
-
Uses of IArity in org.jibx.schema
Methods in org.jibx.schema with parameters of type IArity Modifier and Type Method Description static booleanSchemaUtils. isOptional(IArity part)Check if a particle is optional (zero instances allowed).static booleanSchemaUtils. isProhibited(IArity part)Check if a particle is prohibited (no instances allowed).static booleanSchemaUtils. isRepeated(IArity part)Check if a particle is a repeated value.static booleanSchemaUtils. 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 Modifier and Type Class Description classAllElement<all> element definition.classAnyElementanyAttribute element definition.classChoiceElement<choice> element definition.classCommonCompositorBaseBase class for all complex content model compositors.classCommonCompositorDefinitionCompositor for complex content model, including the special case of <all>.classElementElement<element> element definition.classGroupRefElementDefinition for embedded group element (group reference).classSequenceElement<sequence> element definition.
-