Factory that creates {@link SchemaFactory}.
This class is intended to be used by the implementations of the validation API, not by users.
A do-nothing constructor.
Creates a new {@link SchemaFactory} object for the specified schema language.paramschemaLanguage See the list of available schema languages.throwsNullPointerException If the schemaLanguage parameter is null.returnnull if the callee fails to create one.
null