FileDocCategorySizeDatePackage
SchemaFactoryLoader.javaAPI DocJava SE 5 API1282Fri Aug 26 14:58:24 BST 2005javax.xml.validation

SchemaFactoryLoader

public abstract class SchemaFactoryLoader extends Object

Factory that creates {@link SchemaFactory}.

This class is intended to be used by the implementations of the validation API, not by users.

author
Kohsuke Kawaguchi
version
$Revision: 1.6 $, $Date: 2004/03/17 03:58:54 $
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.