Uses of Class
org.exolab.castor.xml.schema.Group
Packages that use Group
Package
Description
Castor XML code generator
-
Uses of Group in org.exolab.castor.builder
Methods in org.exolab.castor.builder with parameters of type GroupModifier and TypeMethodDescriptionGroupNaming.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.schemaModifier and TypeClassDescriptionclass
An XML Schema ModelGroup : invalid input: '<'xsd:group>Methods in org.exolab.castor.xml.schema that return GroupModifier and TypeMethodDescriptionWildcard.getModelGroup()
Returns the model group that contains this wildcard, can return null.Methods in org.exolab.castor.xml.schema with parameters of type GroupModifier and TypeMethodDescriptionvoid
Adds the given Group to thisContentModelGroup
.void
Adds the givenGroup
to thisContentModelGroup
.void
Adds the givenGroup
to thisContentModelGroup
.boolean
ComplexType.removeGroup
(Group group) Removes the given Group from this ContentModelGroup.boolean
ContentModelGroup.removeGroup
(Group group) Removes the givenGroup
from thisContentModelGroup
.boolean
Group.removeGroup
(Group group) Removes the givenGroup
from thisContentModelGroup
.Constructors in org.exolab.castor.xml.schema with parameters of type Group -
Uses of Group in org.exolab.castor.xml.schema.reader
Methods in org.exolab.castor.xml.schema.reader that return GroupModifier and TypeMethodDescriptionGroupUnmarshaller.getGroup()
Returns the Group that was unmarshalled by this Unmarshaller.Constructors in org.exolab.castor.xml.schema.reader with parameters of type GroupModifierConstructorDescriptionWildcardUnmarshaller
(SchemaContext schemaContext, Group group, Schema schema, String element, AttributeSet atts)