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

Packages that use AttributeGroup
org.exolab.castor.xml.schema   
org.exolab.castor.xml.schema.reader   
 

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

Subclasses of AttributeGroup in org.exolab.castor.xml.schema
 class AttributeGroupDecl
          An XML Schema Attribute Group Definition
 class AttributeGroupReference
          An XML Schema Attribute Group Definition
 

Methods in org.exolab.castor.xml.schema that return AttributeGroup
 AttributeGroup Wildcard.getAttributeGroup()
          Returns the AttributeGroup that contains this wilcard (can return null)
 AttributeGroup Schema.getAttributeGroup(String name)
          Returns the AttributeGroup associated with the given name.
 AttributeGroup AttributeGroupReference.resolveReference()
          Resolves the attribute group reference
 

Methods in org.exolab.castor.xml.schema that return types with arguments of type AttributeGroup
 Collection<AttributeGroup> RedefineSchema.enumerateAttributeGroups()
          Enumerates the attributeGroup names.
 Collection<AttributeGroup> Schema.getAttributeGroups()
          Returns an Enumeration of all top-level AttributeGroup declarations
 

Constructors in org.exolab.castor.xml.schema with parameters of type AttributeGroup
Wildcard(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 AttributeGroup
 AttributeGroup AttributeGroupUnmarshaller.getAttributeGroup()
          Returns the AttributeGroup created by this AttributeGroupUnmarshaller
 

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



Copyright © 2012. All Rights Reserved.