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

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

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

Uses of GroupElement in org.jibx.schema.elements
 

Methods in org.jibx.schema.elements that return GroupElement
 GroupElement GroupRefElement.getReference()
          Get the referenced group declaration.
 

Uses of GroupElement in org.jibx.schema.validation
 

Methods in org.jibx.schema.validation that return GroupElement
 GroupElement ValidationContext.findGroup(QName qname)
          Find group by name.
 

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



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