public class SchematronXSLTValidatorFailedAssertOnly extends Object implements ISchematronXSLTValidator
ISchematronXSLTValidator that only
handles failed asserts as failures, but not successful reports.| Constructor and Description |
|---|
SchematronXSLTValidatorFailedAssertOnly() |
| Modifier and Type | Method and Description |
|---|---|
com.helger.commons.state.EValidity |
getSchematronValidity(SchematronOutputType aSO)
Determine the overall validity of a Schematron validation result.
|
public SchematronXSLTValidatorFailedAssertOnly()
@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–2019 Philip Helger. All rights reserved.