FileDocCategorySizeDatePackage
SchemaFactoryLoader.javaAPI DocJava SE 6 API2309Tue Jun 10 00:27:14 BST 2008javax.xml.validation

SchemaFactoryLoader

public abstract class SchemaFactoryLoader extends Object

Factory that creates {@link SchemaFactory}.

DO NOT USE THIS CLASS

This class was introduced as a part of an early proposal during the JSR-206 standardization process. The proposal was eventually abandoned but this class accidentally remained in the source tree, and made its way into the final version.

This class does not participate in any JAXP 1.3 or JAXP 1.4 processing. It must not be used by users or JAXP implementations.

author
Kohsuke Kawaguchi
version
$Revision: 1.1 $, $Date: 2005/10/12 16:48:28 $
since
1.5

Fields Summary
Constructors Summary
protected SchemaFactoryLoader()
A do-nothing constructor.

    
Methods Summary
public abstract javax.xml.validation.SchemaFactorynewFactory(java.lang.String schemaLanguage)
Creates a new {@link SchemaFactory} object for the specified schema language.

param
schemaLanguage See the list of available schema languages.
throws
NullPointerException If the schemaLanguage parameter is null.
return
null if the callee fails to create one.