Uses of Interface
org.eclipse.xsd.XSDPackage

Packages that use XSDPackage
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.impl This provides an implementation of the API for XML Schema; it is considered internal and the Javadoc is incomplete. 
org.eclipse.xsd.presentation   
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 XSDPackage in org.eclipse.xsd
 

Fields in org.eclipse.xsd declared as XSDPackage
static XSDPackage XSDPackage.eINSTANCE
          The singleton instance of the package.
 

Methods in org.eclipse.xsd that return XSDPackage
 XSDPackage XSDFactory.getXSDPackage()
          Returns the package supported by this factory
 

Uses of XSDPackage in org.eclipse.xsd.impl
 

Classes in org.eclipse.xsd.impl that implement XSDPackage
 class XSDPackageImpl
          An implementation of the model Package
 

Methods in org.eclipse.xsd.impl that return XSDPackage
static XSDPackage XSDFactoryImpl.getPackage()
          Deprecated.  
protected  XSDPackage XSDConcreteComponentImpl.getXSDPackage()
           
 XSDPackage XSDFactoryImpl.getXSDPackage()
           
static XSDPackage XSDPackageImpl.init()
          Creates, registers, and initializes the Package for this model, and for any others upon which it depends.
 

Uses of XSDPackage in org.eclipse.xsd.presentation
 

Fields in org.eclipse.xsd.presentation declared as XSDPackage
protected  XSDPackage XSDModelWizard.xsdPackage
          This caches an instance of the model package
 

Uses of XSDPackage in org.eclipse.xsd.provider
 

Fields in org.eclipse.xsd.provider declared as XSDPackage
protected static XSDPackage XSDItemProviderAdapter.xsdPackage
           
 

Uses of XSDPackage in org.eclipse.xsd.util
 

Fields in org.eclipse.xsd.util declared as XSDPackage
protected static XSDPackage XSDSchemaBuildingTools.m_xsdPackage
          A cached XSDPackage: one per lifetime.
protected static XSDPackage XSDSwitch.modelPackage
          The cached model package
protected static XSDPackage XSDAdapterFactory.modelPackage
          The cached model package
 


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