javax.xml.validation

Class Schema

public abstract class Schema extends Object

An immutable grammar.

Since: 1.3

Constructor Summary
protected Schema()
Method Summary
abstract ValidatornewValidator()
Returns a new validator that can check the set of constraints this schema represents.
abstract ValidatorHandlernewValidatorHandler()

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()