Uses of Interface
org.w3._2001.schema.SchemaFactory
- 
Packages that use SchemaFactory Package Description org.w3._2001.schema org.w3._2001.schema.impl  - 
- 
Uses of SchemaFactory in org.w3._2001.schema
Fields in org.w3._2001.schema declared as SchemaFactory Modifier and Type Field Description static SchemaFactorySchemaFactory. eINSTANCEThe singleton instance of the factory.Methods in org.w3._2001.schema that return SchemaFactory Modifier and Type Method Description SchemaFactorySchemaPackage. getSchemaFactory()Returns the factory that creates the instances of the model. - 
Uses of SchemaFactory in org.w3._2001.schema.impl
Classes in org.w3._2001.schema.impl that implement SchemaFactory Modifier and Type Class Description classSchemaFactoryImplAn implementation of the model Factory.Methods in org.w3._2001.schema.impl that return SchemaFactory Modifier and Type Method Description SchemaFactorySchemaPackageImpl. getSchemaFactory()static SchemaFactorySchemaFactoryImpl. init()Creates the default factory implementation. 
 -