Interface IPSPartialValidationHandler
- All Superinterfaces:
IPSValidationHandler
- All Known Implementing Classes:
PSValidationHandlerBreakOnFirstError,PSValidationHandlerBreakOnFirstFailedAssert
An extension of
IPSValidationHandler that is used to determine the
overall validity of a Schematron validation. The final validation result can
be retrieved by invoking getValidity().- Author:
- Philip Helger
-
Method Summary
Methods inherited from interface com.helger.schematron.pure.validation.IPSValidationHandler
and, onEnd, onFailedAssert, onFiredRule, onPattern, onRuleStart, onStart, onSuccessfulReport
-
Method Details
-
getValidity
- Returns:
- The validity of the XML file.
EValidity.VALIDif no failed assertion and no successful report occurred,EValidity.INVALIDotherwise.
-