Uses of Class
org.jibx.schema.elements.AttributeGroupElement

Packages that use AttributeGroupElement
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
 AttributeGroupElement NameRegister.findAttributeGroup(QName qname)
          Find attribute group by name.
 AttributeGroupElement NameRegister.registerAttributeGroup(QName qname, AttributeGroupElement def)
          Register global attribute group in the current schema definition.
 

Methods in org.jibx.schema with parameters of type AttributeGroupElement
 void SchemaVisitorDelegate.exit(AttributeGroupElement node)
           
 void SchemaVisitor.exit(AttributeGroupElement node)
          Exit attributeGroup element for definition.
 AttributeGroupElement NameRegister.registerAttributeGroup(QName qname, AttributeGroupElement def)
          Register global attribute group in the current schema definition.
 boolean SchemaVisitorDelegate.visit(AttributeGroupElement node)
           
 boolean SchemaVisitor.visit(AttributeGroupElement node)
          Visit attributeGroup element for definition.
 

Uses of AttributeGroupElement in org.jibx.schema.elements
 

Methods in org.jibx.schema.elements that return AttributeGroupElement
 AttributeGroupElement AttributeGroupRefElement.getReference()
          Get the referenced attributeGroup declaration.
 

Uses of AttributeGroupElement in org.jibx.schema.validation
 

Methods in org.jibx.schema.validation that return AttributeGroupElement
 AttributeGroupElement ValidationContext.findAttributeGroup(QName qname)
          Find attribute group by name.
 

Methods in org.jibx.schema.validation with parameters of type AttributeGroupElement
 void ValidationContext.registerAttributeGroup(QName qname, AttributeGroupElement def)
          Register global attribute group in the current schema definition.
 boolean NameRegistrationVisitor.visit(AttributeGroupElement node)
           
 



Copyright © 2005-2012 jibx.org. All Rights Reserved.