javax.xml.validation
public abstract class Schema extends Object
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() |