| 
JavaTM 2 Platform Standard Ed. 5.0  | 
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjavax.xml.validation.SchemaFactoryLoader
public abstract class SchemaFactoryLoader
Factory that creates SchemaFactory.
This class is intended to be used by the implementations of the validation API, not by users.
| Constructor Summary | |
|---|---|
protected  | 
SchemaFactoryLoader()
A do-nothing constructor.  | 
| Method Summary | |
|---|---|
abstract  SchemaFactory | 
newFactory(String schemaLanguage)
Creates a new SchemaFactory object for the specified
 schema language. | 
| Methods inherited from class java.lang.Object | 
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
| Constructor Detail | 
|---|
protected SchemaFactoryLoader()
| Method Detail | 
|---|
public abstract SchemaFactory newFactory(String schemaLanguage)
SchemaFactory object for the specified
 schema language.
schemaLanguage - See 
      the list of available schema languages.
null if the callee fails to create one.
NullPointerException - If the schemaLanguage parameter is null.
  | 
JavaTM 2 Platform Standard Ed. 5.0  | 
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
Copyright 2004 Sun Microsystems, Inc. All rights reserved. Use is subject to license terms. Also see the documentation redistribution policy.