public class SchematronXSLTValidatorDefault extends Object implements ISchematronXSLTValidator
ISchematronXSLTValidator
that
interprets both failed asserts and successful reports as errors.Constructor and Description |
---|
SchematronXSLTValidatorDefault() |
Modifier and Type | Method and Description |
---|---|
com.helger.commons.state.EValidity |
getSchematronValidity(SchematronOutputType aSO)
Determine the overall validity of a Schematron validation result.
|
@Nonnull public com.helger.commons.state.EValidity getSchematronValidity(@Nonnull SchematronOutputType aSO)
ISchematronXSLTValidator
getSchematronValidity
in interface ISchematronXSLTValidator
aSO
- 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.