This class is used by implementations of the
validation API to produce a SchemaFactory object
for a specified schema type. Applications that use the
javax.xml.validation package do not need to use
this class.
public abstract class SchemaFactoryLoader {
// Protected Constructors
protected SchemaFactoryLoader( );
// Public Instance Methods
public abstract SchemaFactory newFactory(String schemaLanguage);
}