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 TypeClassDescriptionclassAn 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 TypeMethodDescriptionvoidAdds the given Group to thisContentModelGroup.voidAdds the givenGroupto thisContentModelGroup.voidAdds the givenGroupto thisContentModelGroup.booleanComplexType.removeGroup(Group group) Removes the given Group from this ContentModelGroup.booleanContentModelGroup.removeGroup(Group group) Removes the givenGroupfrom thisContentModelGroup.booleanGroup.removeGroup(Group group) Removes the givenGroupfrom 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)