Uses of Class
org.jibx.schema.elements.SimpleTypeElement
-
Packages that use SimpleTypeElement Package Description org.jibx.schema org.jibx.schema.elements org.jibx.schema.validation -
-
Uses of SimpleTypeElement in org.jibx.schema
Methods in org.jibx.schema with parameters of type SimpleTypeElement Modifier and Type Method Description voidSchemaVisitor. exit(SimpleTypeElement node)Exit simpleType element.voidSchemaVisitorDelegate. exit(SimpleTypeElement node)booleanSchemaVisitor. visit(SimpleTypeElement node)Visit simpleType element.booleanSchemaVisitorDelegate. visit(SimpleTypeElement node) -
Uses of SimpleTypeElement in org.jibx.schema.elements
Methods in org.jibx.schema.elements that return SimpleTypeElement Modifier and Type Method Description SimpleTypeElementListElement. getDerivation()Get inline base type definition element.SimpleTypeElementSimpleRestrictionElement. getDerivation()Get inline base type definition element.Methods in org.jibx.schema.elements with parameters of type SimpleTypeElement Modifier and Type Method Description voidListElement. setDerivation(SimpleTypeElement element)Set inline base type definition element.voidSimpleRestrictionElement. setDerivation(SimpleTypeElement element)Set inline base type definition element. -
Uses of SimpleTypeElement in org.jibx.schema.validation
Methods in org.jibx.schema.validation with parameters of type SimpleTypeElement Modifier and Type Method Description booleanNameRegistrationVisitor. visit(SimpleTypeElement node)
-