Uses of Class
org.exolab.castor.xml.schema.ModelGroup
Packages that use ModelGroup
-
Uses of ModelGroup in org.exolab.castor.xml.schema
Methods in org.exolab.castor.xml.schema that return ModelGroupModifier and TypeMethodDescriptionRedefineSchema.getModelGroup(String name) Returns the Model Group of the given name that is contained in this RedefineSchema.Schema.getModelGroup(String name) Returns the ModeGroup of associated with the given nameModelGroup.getReference()Returns the reference if anyMethods in org.exolab.castor.xml.schema that return types with arguments of type ModelGroupModifier and TypeMethodDescriptionRedefineSchema.enumerateGroups()Enumerates the group names.Schema.getModelGroups()Returns an Enumeration of all top-level ModelGroup declarationsMethods in org.exolab.castor.xml.schema with parameters of type ModelGroupModifier and TypeMethodDescriptionvoidComplexType.addGroup(ModelGroup group) Adds the given ModelGroup Definition to thisContentModelGroup.voidContentModelGroup.addGroup(ModelGroup group) Adds the givenModelGroupdefinition to thisContentModelGroup.voidGroup.addGroup(ModelGroup group) Adds the givenModelGroupdefinition to thisContentModelGroup.voidRedefineSchema.addGroup(ModelGroup group) Adds a group name in the list of redefined groups.voidModelGroup.addModelGroup(ModelGroup modelGroup) Adds the given ModelGroup to this ModelGroupvoidSchema.addModelGroup(ModelGroup group) Adds the given Group declaration to this Schema definitionbooleanComplexType.removeGroup(ModelGroup group) Removes the given ModelGroup Definition from this ContentModelGroup.booleanContentModelGroup.removeGroup(ModelGroup group) Removes the givenModelGroupdefinition from thisContentModelGroup.booleanGroup.removeGroup(ModelGroup group) Removes the givenModelGroupdefinition from thisContentModelGroup.booleanRedefineSchema.removeGroup(ModelGroup group) Removes the given ModelGroup from the redefine structure.booleanSchema.removeGroup(ModelGroup group) Removes the given top level ModelGroup definition from this Schema -
Uses of ModelGroup in org.exolab.castor.xml.schema.reader
Methods in org.exolab.castor.xml.schema.reader that return ModelGroupModifier and TypeMethodDescriptionModelGroupUnmarshaller.getGroup()Returns the Group that was unmarshalled by this Unmarshaller.