| Interface | Description |
|---|---|
| DebugOutput |
Implementations can specify where the compiled stylesheet should be saved.
|
| Class | Description |
|---|---|
| CompileOptions |
Available options for compiling Schematron.
|
| Main |
Main class to invoke schematron ono the command-line
|
| OutputOptions |
Output options for the validator.
|
| SchematronResult |
Stores the results of the schematron validation.
|
| Validator |
An object representing a single Schematron schema, used to validate multiple XML instances.
|
| Validator.Instance |
A validating instance lets you reuse a validator that uses the same output options and resolver.
|
| ValidatorFactory |
A ValidatorFactory instance can be used to create a Validator object.
|
| Enum | Description |
|---|---|
| QueryBinding |
Enum for supported query binding attributes.
|
| Exception | Description |
|---|---|
| SchematronException |
Classes of exceptions occurring while preparing or performing Schematron validation.
|
| ValidationException |
An error that occurred during validation.
|