public interface IPSPartialValidationHandler extends IPSValidationHandler
IPSValidationHandler
that is used to determine the
overall validity of a Schematron validation. The final validation result can
be retrieved by invoking getValidity()
.Modifier and Type | Method and Description |
---|---|
com.helger.commons.state.EValidity |
getValidity() |
onEnd, onFailedAssert, onPattern, onRule, onStart, onSuccessfulReport
@Nonnull com.helger.commons.state.EValidity getValidity()
EValidity.VALID
if no failed
assertion and no successful report occurred,
EValidity.INVALID
otherwise.Copyright © 2014–2019 Philip Helger. All rights reserved.