See: Description
Class | Description |
---|---|
ExceptionValidationHandler |
PUBLIC: Validation handler implementation which throws an exception
on every schema violation.
|
HTMLValidationHandler |
INTERNAL: Validation handler that writes error reports (using some
HTML markup) on each violation out to the given Writer.
|
TextValidationHandler |
PUBLIC: Validation handler that writes error reports on each
violation out to the given PrintStream.
|
Contains classes containing useful utilities that make working with schemas easier.