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 SchemaFactory
SchemaFactory. eINSTANCE
The singleton instance of the factory.Methods in org.w3._2001.schema that return SchemaFactory Modifier and Type Method Description SchemaFactory
SchemaPackage. 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 class
SchemaFactoryImpl
An implementation of the model Factory.Methods in org.w3._2001.schema.impl that return SchemaFactory Modifier and Type Method Description SchemaFactory
SchemaPackageImpl. getSchemaFactory()
static SchemaFactory
SchemaFactoryImpl. init()
Creates the default factory implementation.
-