| Interface | Description |
|---|---|
| IPSErrorHandler |
Base interface for a Pure Schematron error handler.
|
| Class | Description |
|---|---|
| AbstractCollectingPSErrorHandler |
Abstract collecting
IPSErrorHandler that collects all error messages
in an error list. |
| AbstractPSErrorHandler |
Abstract implementation of
IPSErrorHandler. |
| CollectingPSErrorHandler |
An implementation if
IPSErrorHandler that collects all error
messages. |
| DoNothingPSErrorHandler |
An implementation if
IPSErrorHandler that does nothing and swallows
all output. |
| LoggingPSErrorHandler |
An implementation if
IPSErrorHandler that logs to an SLF4J logger. |
| WrappedCollectingPSErrorHandler |
An implementation if
IPSErrorHandler that collects all error messages
in a provided error list. |
Copyright © 2014–2019 Philip Helger. All rights reserved.