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

Packages that use Group
org.exolab.castor.builder Castor XML code generator 
org.exolab.castor.xml.schema   
org.exolab.castor.xml.schema.reader   
 

Uses of Group in org.exolab.castor.builder
 

Methods in org.exolab.castor.builder with parameters of type Group
 String GroupNaming.createClassName(Group group, String packageName)
          Creates a class name for the given Group.
 

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

Subclasses of Group in org.exolab.castor.xml.schema
 class ModelGroup
          An XML Schema ModelGroup :
 

Methods in org.exolab.castor.xml.schema that return Group
 Group Wildcard.getModelGroup()
          Returns the model group that contains this wildcard, can return null.
 

Methods in org.exolab.castor.xml.schema with parameters of type Group
 void ComplexType.addGroup(Group group)
          Adds the given Group to this ContentModelGroup.
 void Group.addGroup(Group group)
          Adds the given Group to this ContentModelGroup.
 void ContentModelGroup.addGroup(Group group)
          Adds the given Group to this ContentModelGroup.
 boolean ComplexType.removeGroup(Group group)
          Removes the given Group from this ContentModelGroup.
 boolean Group.removeGroup(Group group)
          Removes the given Group from this ContentModelGroup.
 boolean ContentModelGroup.removeGroup(Group group)
          Removes the given Group from this ContentModelGroup.
 

Constructors in org.exolab.castor.xml.schema with parameters of type Group
Wildcard(Group group)
          The wildcard is embedded in a ModelGroup ()
 

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

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

Constructors in org.exolab.castor.xml.schema.reader with parameters of type Group
WildcardUnmarshaller(SchemaContext schemaContext, Group group, Schema schema, String element, AttributeSet atts)
           
 



Copyright © 2012. All Rights Reserved.