Interface IPSErrorHandler
- All Superinterfaces:
com.helger.schematron.ISchematronErrorHandler
- All Known Implementing Classes:
AbstractCollectingPSErrorHandler,AbstractPSErrorHandler,CollectingPSErrorHandler,DoNothingPSErrorHandler,LoggingPSErrorHandler,WrappedCollectingPSErrorHandler
public interface IPSErrorHandler
extends com.helger.schematron.ISchematronErrorHandler
Base interface for a Pure Schematron error handler.
Rewritten in v5.6.0
Rewritten in v5.6.0
- Author:
- Philip Helger
-
Method Summary
Modifier and TypeMethodDescriptiondefault voiderror(IPSElement aSourceElement, String sMessage) static StringgetErrorFieldName(IPSElement aSourceElement) Methods inherited from interface com.helger.schematron.ISchematronErrorHandler
handleError
-
Method Details
-
error
-
getErrorFieldName
-