Uses of Class
org.jibx.schema.elements.AttributeGroupElement
-
Packages that use AttributeGroupElement Package Description org.jibx.schema org.jibx.schema.elements org.jibx.schema.validation -
-
Uses of AttributeGroupElement in org.jibx.schema
Methods in org.jibx.schema that return AttributeGroupElement Modifier and Type Method Description AttributeGroupElementNameRegister. findAttributeGroup(org.jibx.runtime.QName qname)Find attribute group by name.AttributeGroupElementNameRegister. registerAttributeGroup(org.jibx.runtime.QName qname, AttributeGroupElement def)Register global attribute group in the current schema definition.Methods in org.jibx.schema with parameters of type AttributeGroupElement Modifier and Type Method Description voidSchemaVisitor. exit(AttributeGroupElement node)Exit attributeGroup element for definition.voidSchemaVisitorDelegate. exit(AttributeGroupElement node)AttributeGroupElementNameRegister. registerAttributeGroup(org.jibx.runtime.QName qname, AttributeGroupElement def)Register global attribute group in the current schema definition.booleanSchemaVisitor. visit(AttributeGroupElement node)Visit attributeGroup element for definition.booleanSchemaVisitorDelegate. visit(AttributeGroupElement node) -
Uses of AttributeGroupElement in org.jibx.schema.elements
Methods in org.jibx.schema.elements that return AttributeGroupElement Modifier and Type Method Description AttributeGroupElementAttributeGroupRefElement. getReference()Get the referenced attributeGroup declaration. -
Uses of AttributeGroupElement in org.jibx.schema.validation
Methods in org.jibx.schema.validation that return AttributeGroupElement Modifier and Type Method Description AttributeGroupElementValidationContext. findAttributeGroup(org.jibx.runtime.QName qname)Find attribute group by name.Methods in org.jibx.schema.validation with parameters of type AttributeGroupElement Modifier and Type Method Description voidValidationContext. registerAttributeGroup(org.jibx.runtime.QName qname, AttributeGroupElement def)Register global attribute group in the current schema definition.booleanNameRegistrationVisitor. visit(AttributeGroupElement node)
-