Configure this instance.
The
JaxpSchemaParser requires at least one configuration element:
<factory-class>class name</factory-class> .
This specifies the JAXP
SchemaFactory class to be used by this
instance.
Grammars will be automatically detected if the
SchemaFactory supports one of the
Validator.GRAMMAR_RELAX_NG RELAX-NG grammar,
Validator.GRAMMAR_XML_SCHEMA XML-Schema grammar, or the
Validator.GRAMMAR_XML_DTD XML-DTD grammar.
If the factory is known to support different grammars, the default
detection can be overridden specifying in the configuration something similar
to the following:
<grammars>
<grammar>... a first grammar identifier ...</grammar>
<grammar>... another grammar identifier ...</grammar>
</grammars>
|