|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object javax.xml.validation.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(java.lang.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(java.lang.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.
java.lang.NullPointerException
- If the schemaLanguage parameter is null.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |