|
Préférences
Moteurs de recherche
|
|||||||||||
| JavaTM 2 Platform Std. Ed. v1.5.0
javax.xml.validation
|
||||||||||||
| 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.