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