public class JXSchemaFactoryLoader
extends 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.
Modifier and Type | Method and Description |
---|---|
javax.xml.validation.SchemaFactory |
newFactory(java.lang.String schemaLanguage)
Creates a new
SchemaFactory object for the specified schema language. |
public javax.xml.validation.SchemaFactory newFactory(java.lang.String schemaLanguage)
SchemaFactory
object for the specified schema language.newFactory
in class javax.xml.validation.SchemaFactoryLoader
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.