Documentation for this section has not yet been entered.
Type Reason Java.Lang.UnsupportedOperationException If this operation is not supported by the callee. Org.Xml.Sax.SAXException If this operation is supported but failed for some reason.
Creates a special Javax.Xml.Validation.Schema object.
The exact semantics of the returned Javax.Xml.Validation.Schema object depends on the schema language that this Javax.Xml.Validation.SchemaFactory is created for.
Also, implementations are allowed to use implementation-specific property/feature to alter the semantics of this method.
For XML Schema, this method creates a Javax.Xml.Validation.Schema object that performs validation by using location hints specified in documents.
The returned Javax.Xml.Validation.Schema object assumes that if documents refer to the same URL in the schema location hints, they will always resolve to the same schema document. This assumption allows implementations to reuse parsed results of schema documents so that multiple validations against the same schema will run faster.
Note that the use of schema location hints introduces a vulnerability to denial-of-service attacks.
RELAX NG does not support this operation.