Uses of Class
org.exolab.castor.xml.schema.ModelGroup

Packages that use ModelGroup
org.exolab.castor.xml.schema   
org.exolab.castor.xml.schema.reader   
 

Uses of ModelGroup in org.exolab.castor.xml.schema
 

Methods in org.exolab.castor.xml.schema that return ModelGroup
 ModelGroup Schema.getModelGroup(String name)
          Returns the ModeGroup of associated with the given name
 ModelGroup RedefineSchema.getModelGroup(String name)
          Returns the Model Group of the given name that is contained in this RedefineSchema.
 ModelGroup ModelGroup.getReference()
          Returns the reference if any
 

Methods in org.exolab.castor.xml.schema that return types with arguments of type ModelGroup
 Collection<ModelGroup> RedefineSchema.enumerateGroups()
          Enumerates the group names.
 Collection<ModelGroup> Schema.getModelGroups()
          Returns an Enumeration of all top-level ModelGroup declarations
 

Methods in org.exolab.castor.xml.schema with parameters of type ModelGroup
 void RedefineSchema.addGroup(ModelGroup group)
          Adds a group name in the list of redefined groups.
 void Group.addGroup(ModelGroup group)
          Adds the given ModelGroup definition to this ContentModelGroup.
 void ContentModelGroup.addGroup(ModelGroup group)
          Adds the given ModelGroup definition to this ContentModelGroup.
 void ComplexType.addGroup(ModelGroup group)
          Adds the given ModelGroup Definition to this ContentModelGroup.
 void Schema.addModelGroup(ModelGroup group)
          Adds the given Group declaration to this Schema definition
 void ModelGroup.addModelGroup(ModelGroup modelGroup)
          Adds the given ModelGroup to this ModelGroup
 boolean Schema.removeGroup(ModelGroup group)
          Removes the given top level ModelGroup definition from this Schema
 boolean RedefineSchema.removeGroup(ModelGroup group)
          Removes the given ModelGroup from the redefine structure.
 boolean Group.removeGroup(ModelGroup group)
          Removes the given ModelGroup definition from this ContentModelGroup.
 boolean ContentModelGroup.removeGroup(ModelGroup group)
          Removes the given ModelGroup definition from this ContentModelGroup.
 boolean ComplexType.removeGroup(ModelGroup group)
          Removes the given ModelGroup Definition from this ContentModelGroup.
 

Uses of ModelGroup in org.exolab.castor.xml.schema.reader
 

Methods in org.exolab.castor.xml.schema.reader that return ModelGroup
 ModelGroup ModelGroupUnmarshaller.getGroup()
          Returns the Group that was unmarshalled by this Unmarshaller.
 



Copyright © 2012. All Rights Reserved.