Uses of Interface
org.eclipse.xsd.XSDAttributeGroupContent

Packages that use XSDAttributeGroupContent
org.eclipse.xsd This provides an API for the XML Schema Standard Part 1 and Part 2; for differences between the current version of the API and the previous version of the API, please see the Appendix
org.eclipse.xsd.ecore This provides support for converting bewteen Ecore and XML Schema models. 
org.eclipse.xsd.impl This provides an implementation of the API for XML Schema; it is considered internal and the Javadoc is incomplete. 
org.eclipse.xsd.util This provides utility classes and interfaces to augment the basic API for XML Schema, as well as sample code. 
 

Uses of XSDAttributeGroupContent in org.eclipse.xsd
 

Subinterfaces of XSDAttributeGroupContent in org.eclipse.xsd
 interface XSDAttributeGroupDefinition
          A representation of the model object 'Attribute Group Definition'
 interface XSDAttributeUse
          A representation of the model object 'Attribute Use'
 

Methods in org.eclipse.xsd that return types with arguments of type XSDAttributeGroupContent
 EList<XSDAttributeGroupContent> XSDComplexTypeDefinition.getAttributeContents()
          Returns the value of the 'Attribute Contents' containment reference list.
 EList<XSDAttributeGroupContent> XSDAttributeGroupDefinition.getContents()
          Returns the value of the 'Contents' containment reference list.
 

Uses of XSDAttributeGroupContent in org.eclipse.xsd.ecore
 

Method parameters in org.eclipse.xsd.ecore with type arguments of type XSDAttributeGroupContent
protected  void XSDEcoreBuilder.reorderAttributeUses(java.util.List<XSDAttributeUse> attributeUses, java.util.List<XSDAttributeGroupContent> attributeContents)
           
 

Uses of XSDAttributeGroupContent in org.eclipse.xsd.impl
 

Classes in org.eclipse.xsd.impl that implement XSDAttributeGroupContent
 class XSDAttributeGroupContentImpl
          An implementation of the model object 'Attribute Group Content'
 class XSDAttributeGroupDefinitionImpl
          An implementation of the model object 'Attribute Group Definition'
 class XSDAttributeUseImpl
          An implementation of the model object 'Attribute Use'
 

Fields in org.eclipse.xsd.impl with type parameters of type XSDAttributeGroupContent
protected  EList<XSDAttributeGroupContent> XSDComplexTypeDefinitionImpl.attributeContents
          The cached value of the 'Attribute Contents' containment reference list
protected  EList<XSDAttributeGroupContent> XSDAttributeGroupDefinitionImpl.contents
          The cached value of the 'Contents' containment reference list
 

Methods in org.eclipse.xsd.impl that return XSDAttributeGroupContent
static XSDAttributeGroupContent XSDAttributeGroupContentImpl.createAttributeGroupContent(org.w3c.dom.Node node)
           
 

Methods in org.eclipse.xsd.impl that return types with arguments of type XSDAttributeGroupContent
 EList<XSDAttributeGroupContent> XSDComplexTypeDefinitionImpl.getAttributeContents()
           
 EList<XSDAttributeGroupContent> XSDAttributeGroupDefinitionImpl.getContents()
           
 

Method parameters in org.eclipse.xsd.impl with type arguments of type XSDAttributeGroupContent
static java.util.List<XSDAttributeUse> XSDAttributeGroupDefinitionImpl.getAttributeUses(java.util.Collection<XSDAttributeGroupContent> xsdAttributeGroupContents, java.util.Collection<XSDAttributeUse> xsdAttributeUses)
           
static XSDWildcard XSDAttributeGroupDefinitionImpl.getAttributeWildcard(XSDWildcard baseWildcard, XSDWildcard localWildcard, java.util.Collection<XSDAttributeGroupContent> xsdAttributeGroupContents)
           
protected static java.util.Map<java.lang.String,XSDAttributeDeclaration> XSDComplexTypeDefinitionImpl.getProhibitedAttributes(java.util.Collection<XSDAttributeGroupContent> xsdAttributeContents)
           
 

Uses of XSDAttributeGroupContent in org.eclipse.xsd.util
 

Methods in org.eclipse.xsd.util with parameters of type XSDAttributeGroupContent
 T XSDSwitch.caseXSDAttributeGroupContent(XSDAttributeGroupContent object)
          Returns the result of interpretting the object as an instance of 'Attribute Group Content'
 


Copyright 2001-2006 IBM Corporation and others.
All Rights Reserved.