public class SchematronXSLTValidatorSuccessfulReportOnly extends Object implements ISchematronXSLTValidator
ISchematronXSLTValidator that only
handles successful reports as failures, but not failed asserts.| Constructor and Description |
|---|
SchematronXSLTValidatorSuccessfulReportOnly() |
| Modifier and Type | Method and Description |
|---|---|
com.helger.commons.state.EValidity |
getSchematronValidity(SchematronOutputType aSO)
Determine the overall validity of a Schematron validation result.
|
public SchematronXSLTValidatorSuccessfulReportOnly()
@Nonnull public com.helger.commons.state.EValidity getSchematronValidity(@Nonnull SchematronOutputType aSO)
ISchematronXSLTValidatorgetSchematronValidity in interface ISchematronXSLTValidatoraSO - The Schematron validation result. Never null.EValidity.VALID if the Schematron validation was
successful, EValidity.INVALID if the validation failed.
Never null.Copyright © 2014–2021 Philip Helger. All rights reserved.