Uses of Class
org.jibx.schema.elements.AttributeElement
-
Packages that use AttributeElement Package Description org.jibx.schema org.jibx.schema.elements org.jibx.schema.validation -
-
Uses of AttributeElement in org.jibx.schema
Methods in org.jibx.schema that return AttributeElement Modifier and Type Method Description AttributeElementNameRegister. findAttribute(org.jibx.runtime.QName qname)Find global attribute by name.AttributeElementNameRegister. registerAttribute(org.jibx.runtime.QName qname, AttributeElement def)Register global attribute in the current schema definition.Methods in org.jibx.schema with parameters of type AttributeElement Modifier and Type Method Description voidSchemaVisitor. exit(AttributeElement node)Exit attribute element.voidSchemaVisitorDelegate. exit(AttributeElement node)static booleanSchemaUtils. isOptionalAttribute(AttributeElement attr)Check if an attribute is optional (zero instances allowed).AttributeElementNameRegister. registerAttribute(org.jibx.runtime.QName qname, AttributeElement def)Register global attribute in the current schema definition.booleanSchemaVisitor. visit(AttributeElement node)Visit attribute element.booleanSchemaVisitorDelegate. visit(AttributeElement node) -
Uses of AttributeElement in org.jibx.schema.elements
Methods in org.jibx.schema.elements that return AttributeElement Modifier and Type Method Description AttributeElementAttributeElement. getReference()Get the referenced attribute declaration. -
Uses of AttributeElement in org.jibx.schema.validation
Methods in org.jibx.schema.validation that return AttributeElement Modifier and Type Method Description AttributeElementValidationContext. findAttribute(org.jibx.runtime.QName qname)Find global attribute by name.Methods in org.jibx.schema.validation with parameters of type AttributeElement Modifier and Type Method Description voidValidationContext. registerAttribute(org.jibx.runtime.QName qname, AttributeElement def)Register global attribute in the current schema definition.booleanNameRegistrationVisitor. visit(AttributeElement node)
-