March 2005
Beginner to intermediate
1254 pages
104h 21m
English
SchemaFactoryLoader
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); }
Read now
Unlock full access