javax.xml.validation
Class Schema

java.lang.Object
  extended by javax.xml.validation.Schema

public abstract class Schema
extends Object

An immutable grammar.

Since:
1.3

Constructor Summary
protected Schema()
           
 
Method Summary
abstract  Validator newValidator()
          Returns a new validator that can check the set of constraints this schema represents.
abstract  ValidatorHandler newValidatorHandler()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Schema

protected Schema()
Method Detail

newValidator

public abstract Validator newValidator()
Returns a new validator that can check the set of constraints this schema represents.


newValidatorHandler

public abstract ValidatorHandler newValidatorHandler()