Uses of Class
org.jibx.schema.elements.ComplexRestrictionElement
-
Packages that use ComplexRestrictionElement Package Description org.jibx.schema -
-
Uses of ComplexRestrictionElement in org.jibx.schema
Methods in org.jibx.schema with parameters of type ComplexRestrictionElement Modifier and Type Method Description voidSchemaVisitor. exit(ComplexRestrictionElement node)Exit restriction element used for complex type.voidSchemaVisitorDelegate. exit(ComplexRestrictionElement node)booleanSchemaVisitor. visit(ComplexRestrictionElement node)Visit restriction element used for complex type.booleanSchemaVisitorDelegate. visit(ComplexRestrictionElement node)
-