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