Uses of Class
org.exolab.castor.xml.schema.AttributeGroup
Packages that use AttributeGroup
-
Uses of AttributeGroup in org.exolab.castor.xml.schema
Subclasses of AttributeGroup in org.exolab.castor.xml.schemaModifier and TypeClassDescriptionfinal class
An XML Schema Attribute Group Definitionfinal class
An XML Schema Attribute Group DefinitionMethods in org.exolab.castor.xml.schema that return AttributeGroupModifier and TypeMethodDescriptionSchema.getAttributeGroup
(String name) Returns the AttributeGroup associated with the given name.Wildcard.getAttributeGroup()
Returns the AttributeGroup that contains this wilcard (can return null)AttributeGroupReference.resolveReference()
Resolves the attribute group referenceMethods in org.exolab.castor.xml.schema that return types with arguments of type AttributeGroupModifier and TypeMethodDescriptionRedefineSchema.enumerateAttributeGroups()
Enumerates the attributeGroup names.Schema.getAttributeGroups()
Returns an Enumeration of all top-level AttributeGroup declarationsConstructors in org.exolab.castor.xml.schema with parameters of type AttributeGroupModifierConstructorDescriptionWildcard
(AttributeGroup attGroup) The wildcard is embedded in an AttributeGroup. -
Uses of AttributeGroup in org.exolab.castor.xml.schema.reader
Methods in org.exolab.castor.xml.schema.reader that return AttributeGroupModifier and TypeMethodDescriptionAttributeGroupUnmarshaller.getAttributeGroup()
Returns the AttributeGroup created by this AttributeGroupUnmarshallerConstructors in org.exolab.castor.xml.schema.reader with parameters of type AttributeGroupModifierConstructorDescriptionWildcardUnmarshaller
(SchemaContext schemaContext, AttributeGroup attGroup, Schema schema, String element, AttributeSet atts)