Uses of Class
org.jibx.schema.elements.CommonComplexModification
-
Packages that use CommonComplexModification Package Description org.jibx.schema org.jibx.schema.elements -
-
Uses of CommonComplexModification in org.jibx.schema
Methods in org.jibx.schema with parameters of type CommonComplexModification Modifier and Type Method Description voidSchemaVisitor. exit(CommonComplexModification node)Exit complex type modification.voidSchemaVisitorDelegate. exit(CommonComplexModification node)booleanSchemaVisitor. visit(CommonComplexModification node)Visit complex type modification (complexContent or simpleContent)element.booleanSchemaVisitorDelegate. visit(CommonComplexModification node) -
Uses of CommonComplexModification in org.jibx.schema.elements
Subclasses of CommonComplexModification in org.jibx.schema.elements Modifier and Type Class Description classComplexExtensionElementDefinition for extension element used with a complex type.classComplexRestrictionElementDefinition for restriction element used with a complex type.
-