Interface | Description |
---|---|
IPSValidationHandler |
Base interface for a Schematron validation callback handler.
|
Class | Description |
---|---|
AbstractPSPartialValidationHandler |
An extension of
PSValidationHandlerDefault that is used to determine
the overall validity of a Schematron validation. |
PSValidationHandlerBreakOnFirstError |
A simple implementation if
IPSValidationHandler that stops validation
upon the first error (the first failed assert or the first successful
report). |
PSValidationHandlerBreakOnFirstFailedAssert |
A simple implementation if
IPSValidationHandler that stops validation
upon the first failed assertion. |
PSValidationHandlerDefault |
The empty default implementation of
IPSValidationHandler . |
Exception | Description |
---|---|
SchematronValidationException |
Schematron exception that happens during validation.
|
Copyright © 2014–2016 Philip Helger. All rights reserved.