com.saxonica.schema
Class SchemaReference
java.lang.Object
javax.xml.validation.Schema
com.saxonica.schema.SchemaReference
- All Implemented Interfaces:
- java.io.Serializable
- public class SchemaReference
- extends javax.xml.validation.Schema
- implements java.io.Serializable
A reference to a Saxon prepared schema. This wrapper class exists because the JAXP Schema class
is a abstract class rather than an interface, and the Saxon PreparedSchema class extends SchemaComponent.
- See Also:
- Serialized Form
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SchemaReference
public SchemaReference(PreparedSchema schema)
getPreparedSchema
public PreparedSchema getPreparedSchema()
newValidator
public javax.xml.validation.Validator newValidator()
newValidatorHandler
public javax.xml.validation.ValidatorHandler newValidatorHandler()