Interface IPSPartialValidationHandler

All Superinterfaces:
IPSValidationHandler
All Known Implementing Classes:
PSValidationHandlerBreakOnFirstError, PSValidationHandlerBreakOnFirstFailedAssert

public interface IPSPartialValidationHandler extends IPSValidationHandler
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 Details

    • getValidity

      @Nonnull com.helger.commons.state.EValidity getValidity()
      Returns:
      The validity of the XML file. EValidity.VALID if no failed assertion and no successful report occurred, EValidity.INVALID otherwise.