javax.xml.validation
Class Schema
java.lang.Object
javax.xml.validation.Schema
public abstract class Schema
- extends Object
An immutable grammar.
- Since:
- 1.3
Constructor Summary |
protected |
Schema()
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Schema
protected Schema()
newValidator
public abstract Validator newValidator()
- Returns a new validator that can check the set of constraints this
schema represents.
newValidatorHandler
public abstract ValidatorHandler newValidatorHandler()