com.saxonica.schema
Class SchemaReference

java.lang.Object
  extended byjavax.xml.validation.Schema
      extended bycom.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

Constructor Summary
SchemaReference(PreparedSchema schema)
           
 
Method Summary
 PreparedSchema getPreparedSchema()
           
 javax.xml.validation.Validator newValidator()
           
 javax.xml.validation.ValidatorHandler newValidatorHandler()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SchemaReference

public SchemaReference(PreparedSchema schema)
Method Detail

getPreparedSchema

public PreparedSchema getPreparedSchema()

newValidator

public javax.xml.validation.Validator newValidator()

newValidatorHandler

public javax.xml.validation.ValidatorHandler newValidatorHandler()