Uses of Interface
org.eclipse.xsd.XSDAttributeUse

Packages that use XSDAttributeUse
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.provider   
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 XSDAttributeUse in org.eclipse.xsd
 

Methods in org.eclipse.xsd that return XSDAttributeUse
 XSDAttributeUse XSDFactory.createXSDAttributeUse()
          Returns a new object of class 'Attribute Use'
 

Uses of XSDAttributeUse in org.eclipse.xsd.ecore
 

Methods in org.eclipse.xsd.ecore that return XSDAttributeUse
protected  XSDAttributeUse EcoreSchemaBuilder.buildAttributeUse(XSDComplexTypeDefinition xsdComplexTypeDefinition, EStructuralFeature eStructuralFeature)
           
protected  XSDAttributeUse EcoreXMISchemaBuilder.createAttributeReference(XSDSchema schema, String name)
           
protected  XSDAttributeUse EcoreXMISchemaBuilder.createAttributeUse(XSDSchema schema, String name, String type, String use, String form, String fixed)
           
 

Methods in org.eclipse.xsd.ecore with parameters of type XSDAttributeUse
protected  void EcoreXMLSchemaBuilder.setUseToRequired(EAttribute attribute, XSDAttributeUse attrUse)
           
 

Uses of XSDAttributeUse in org.eclipse.xsd.impl
 

Classes in org.eclipse.xsd.impl that implement XSDAttributeUse
 class XSDAttributeUseImpl
           An implementation of the model object 'Attribute Use'
 

Methods in org.eclipse.xsd.impl that return XSDAttributeUse
 XSDAttributeUse XSDFactoryImpl.createXSDAttributeUse()
           
static XSDAttributeUse XSDAttributeUseImpl.createAttributeUse(Node node)
           
 

Uses of XSDAttributeUse in org.eclipse.xsd.provider
 

Methods in org.eclipse.xsd.provider that return XSDAttributeUse
protected  XSDAttributeUse XSDItemProviderAdapter.createAttributeUse(XSDAttributeDeclaration attributeDeclaration, boolean isReference)
          This creates an object of type XSDAttributeUse containing an object of type XSDAttributeDeclaration -- if isReference is true, the attribute use content will be a new attribute declaration that resolves to attributeDeclaration; otherwise, it will be simply attributeDeclaration itself.
 

Methods in org.eclipse.xsd.provider with parameters of type XSDAttributeUse
protected  XSDAttributeDeclaration XSDAttributeUseItemProvider.getDelegate(XSDAttributeUse xsdAttributeUse)
           
 

Uses of XSDAttributeUse in org.eclipse.xsd.util
 

Methods in org.eclipse.xsd.util with parameters of type XSDAttributeUse
 Object XSDSwitch.caseXSDAttributeUse(XSDAttributeUse object)
          Returns the result of interpretting the object as an instance of 'Attribute Use'
 


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