Interface | Description |
---|---|
IPSPartialValidationHandler |
An extension of
IPSValidationHandler that is used to determine the
overall validity of a Schematron validation. |
IPSValidationHandler |
Base interface for a Schematron validation callback handler.
|
Class | Description |
---|---|
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. |
Exception | Description |
---|---|
SchematronValidationException |
Schematron exception that happens during validation.
|
Copyright © 2014–2019 Philip Helger. All rights reserved.