Saxon.Api
Enum RecoveryPolicy
-
public enum RecoveryPolicy
RecoveryPolicy
is an enumeration of the different actions that can be taken when a "recoverable
error" occurs.
Field Summary |
|
---|---|
DoNotRecover Treat the error as fatal |
|
RecoverSilently Ignore the error, take the recovery action, do not produce any message |
|
RecoverWithWarnings Take the recovery action after outputting a warning message |
Field Detail
DoNotRecover
public DoNotRecover
Treat the error as fatal
RecoverSilently
public RecoverSilently
Ignore the error, take the recovery action, do not produce any message
RecoverWithWarnings
public RecoverWithWarnings
Take the recovery action after outputting a warning message