Uses of Interface
org.eclipse.xsd.XSDFeature

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

Subinterfaces of XSDFeature in org.eclipse.xsd
 interface XSDAttributeDeclaration
          A representation of the model object 'Attribute Declaration'
 interface XSDElementDeclaration
          A representation of the model object 'Element Declaration'
 

Methods in org.eclipse.xsd that return XSDFeature
 XSDFeature XSDFeature.getResolvedFeature()
          Returns the value of the 'Resolved Feature' reference
 

Uses of XSDFeature in org.eclipse.xsd.ecore
 

Methods in org.eclipse.xsd.ecore that return XSDFeature
protected  XSDFeature EcoreSchemaBuilder.buildGlobalFeature(XSDSchema xsdSchema, EStructuralFeature eStructuralFeature)
           
 

Methods in org.eclipse.xsd.ecore with parameters of type XSDFeature
protected  XSDTypeDefinition XSDEcoreBuilder.getEffectiveTypeDefinition(XSDComponent xsdComponent, XSDFeature xsdFeature)
           
 EStructuralFeature XSDEcoreBuilder.getEStructuralFeature(XSDFeature xsdFeature)
           
protected  void XSDEcoreBuilder.initialize(EStructuralFeature eStructuralFeature, XSDFeature xsdFeature, XSDComponent xsdComponent)
           
 

Uses of XSDFeature in org.eclipse.xsd.impl
 

Classes in org.eclipse.xsd.impl that implement XSDFeature
 class XSDAttributeDeclarationImpl
          An implementation of the model object 'Attribute Declaration'
 class XSDElementDeclarationImpl
          An implementation of the model object 'Element Declaration'
 class XSDFeatureImpl
          An implementation of the model object 'Feature'
 

Methods in org.eclipse.xsd.impl that return XSDFeature
 XSDFeature XSDFeatureImpl.getResolvedFeature()
           
 XSDFeature XSDAttributeDeclarationImpl.getResolvedFeature()
           
 XSDFeature XSDElementDeclarationImpl.getResolvedFeature()
           
 

Uses of XSDFeature in org.eclipse.xsd.util
 

Methods in org.eclipse.xsd.util with parameters of type XSDFeature
 T XSDSwitch.caseXSDFeature(XSDFeature object)
          Returns the result of interpretting the object as an instance of 'Feature'
 


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