Uses of Interface
org.eclipse.xsd.XSDFactory

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

Fields in org.eclipse.xsd declared as XSDFactory
static XSDFactory XSDFactory.eINSTANCE
          The singleton instance of the factory.
 

Methods in org.eclipse.xsd that return XSDFactory
 XSDFactory XSDPackage.getXSDFactory()
          Returns the factory that creates the instances of the model
 

Uses of XSDFactory in org.eclipse.xsd.impl
 

Classes in org.eclipse.xsd.impl that implement XSDFactory
 class XSDFactoryImpl
          An implementation of the model Factory
 

Methods in org.eclipse.xsd.impl that return XSDFactory
protected  XSDFactory XSDConcreteComponentImpl.getXSDFactory()
           
 XSDFactory XSDPackageImpl.getXSDFactory()
           
static XSDFactory XSDFactoryImpl.init()
          Creates the default factory implementation
 

Uses of XSDFactory in org.eclipse.xsd.presentation
 

Fields in org.eclipse.xsd.presentation declared as XSDFactory
protected  XSDFactory XSDModelWizard.xsdFactory
          This caches an instance of the model factory
 

Uses of XSDFactory in org.eclipse.xsd.provider
 

Fields in org.eclipse.xsd.provider declared as XSDFactory
protected static XSDFactory XSDItemProviderAdapter.xsdFactory
           
 

Uses of XSDFactory in org.eclipse.xsd.util
 

Fields in org.eclipse.xsd.util declared as XSDFactory
protected static XSDFactory XSDSchemaBuildingTools.m_xsdFactory
          A cached XSDFactory: one per lifetime.
protected  XSDFactory DefaultErrorHandler.xsdFactory
           
protected  XSDFactory XSDParser.xsdFactory
           
 XSDFactory XSDPrototypicalSchema.xsdFactory
          A cached XSDFactory.
 

Methods in org.eclipse.xsd.util that return XSDFactory
static XSDFactory XSDSchemaBuildingTools.getXSDFactory()
          Worker method to initialize various XSD and etools prereqs.
 

Methods in org.eclipse.xsd.util with parameters of type XSDFactory
static XSDSchema XSDSchemaBuildingTools.getBlankSchema(XSDFactory factory, java.lang.String targetPrefix, java.lang.String targetNS, java.lang.String annotationText, java.lang.String annotationSource)
          Worker method to get a simple 'blank' schema.
 


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