Name

SchemaFactoryLoader

Synopsis

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);  
}

Get Java in a Nutshell, 5th Edition now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.