Uses of Class
org.jibx.schema.elements.ElementElement
-
Packages that use ElementElement Package Description org.jibx.schema org.jibx.schema.elements org.jibx.schema.validation -
-
Uses of ElementElement in org.jibx.schema
Methods in org.jibx.schema that return ElementElement Modifier and Type Method Description ElementElementNameRegister. findElement(org.jibx.runtime.QName qname)Find global element by name.ElementElementNameRegister. registerElement(org.jibx.runtime.QName qname, ElementElement def)Register global element in the current schema definition.Methods in org.jibx.schema with parameters of type ElementElement Modifier and Type Method Description voidSchemaVisitor. exit(ElementElement node)Exit element element.voidSchemaVisitorDelegate. exit(ElementElement node)static booleanSchemaUtils. isOptionalElement(ElementElement elem)Check if an element is optional (zero instances allowed).static booleanSchemaUtils. isSingletonElement(ElementElement elem)Check if an element is a singleton (one, and only one, instance allowed).ElementElementNameRegister. registerElement(org.jibx.runtime.QName qname, ElementElement def)Register global element in the current schema definition.booleanSchemaVisitor. visit(ElementElement node)Visit element element.booleanSchemaVisitorDelegate. visit(ElementElement node) -
Uses of ElementElement in org.jibx.schema.elements
Methods in org.jibx.schema.elements that return ElementElement Modifier and Type Method Description ElementElementElementElement. getReference()Get the referenced element declaration. -
Uses of ElementElement in org.jibx.schema.validation
Methods in org.jibx.schema.validation that return ElementElement Modifier and Type Method Description ElementElementValidationContext. findElement(org.jibx.runtime.QName qname)Find global element by name.Methods in org.jibx.schema.validation with parameters of type ElementElement Modifier and Type Method Description voidValidationContext. registerElement(org.jibx.runtime.QName qname, ElementElement def)Register global element in the current schema definition.booleanNameRegistrationVisitor. visit(ElementElement node)
-