Uses of Class
org.jibx.schema.elements.CommonCompositorBase
-
Packages that use CommonCompositorBase Package Description org.jibx.schema org.jibx.schema.elements -
-
Uses of CommonCompositorBase in org.jibx.schema
Methods in org.jibx.schema with parameters of type CommonCompositorBase Modifier and Type Method Description voidSchemaVisitor. exit(CommonCompositorBase node)Exit compositor base element.booleanSchemaVisitor. visit(CommonCompositorBase node)Visit compositor base element. -
Uses of CommonCompositorBase in org.jibx.schema.elements
Subclasses of CommonCompositorBase in org.jibx.schema.elements Modifier and Type Class Description classAllElement<all> element definition.classChoiceElement<choice> element definition.classCommonCompositorDefinitionCompositor for complex content model, including the special case of <all>.classGroupRefElementDefinition for embedded group element (group reference).classSequenceElement<sequence> element definition.Methods in org.jibx.schema.elements that return CommonCompositorBase Modifier and Type Method Description CommonCompositorBaseCommonComplexModification. getContentDefinition()CommonCompositorBaseComplexTypeElement. getContentDefinition()Get content definition particle.CommonCompositorBaseIComplexStructure. getContentDefinition()Get content definition particle.Methods in org.jibx.schema.elements with parameters of type CommonCompositorBase Modifier and Type Method Description voidCommonComplexModification. setContentDefinition(CommonCompositorBase element)voidComplexTypeElement. setContentDefinition(CommonCompositorBase element)Set content definition particle.voidIComplexStructure. setContentDefinition(CommonCompositorBase element)Set content definition particle.
-