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() |
and, and, onEnd, onFailedAssert, onFiredRule, onPattern, onRuleStart, 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–2020 Philip Helger. All rights reserved.