Uses of Interface
org.w3._2001.schema.SchemaPackage
-
Packages that use SchemaPackage Package Description org.w3._2001.schema org.w3._2001.schema.impl org.w3._2001.schema.util -
-
Uses of SchemaPackage in org.w3._2001.schema
Fields in org.w3._2001.schema declared as SchemaPackage Modifier and Type Field Description static SchemaPackage
SchemaPackage. eINSTANCE
The singleton instance of the package.Methods in org.w3._2001.schema that return SchemaPackage Modifier and Type Method Description SchemaPackage
SchemaFactory. getSchemaPackage()
Returns the package supported by this factory. -
Uses of SchemaPackage in org.w3._2001.schema.impl
Classes in org.w3._2001.schema.impl that implement SchemaPackage Modifier and Type Class Description class
SchemaPackageImpl
An implementation of the model Package.Methods in org.w3._2001.schema.impl that return SchemaPackage Modifier and Type Method Description static SchemaPackage
SchemaFactoryImpl. getPackage()
Deprecated.SchemaPackage
SchemaFactoryImpl. getSchemaPackage()
static SchemaPackage
SchemaPackageImpl. init()
Creates, registers, and initializes the Package for this model, and for any others upon which it depends. -
Uses of SchemaPackage in org.w3._2001.schema.util
Fields in org.w3._2001.schema.util declared as SchemaPackage Modifier and Type Field Description protected static SchemaPackage
SchemaAdapterFactory. modelPackage
The cached model package.protected static SchemaPackage
SchemaSwitch. modelPackage
The cached model package
-