public interface ISchematronXSLTValidator
| Modifier and Type | Method and Description |
|---|---|
com.phloc.commons.state.EValidity |
getSchematronValidity(SchematronOutputType aSO)
Determine the overall validity of a Schematron validation result.
|
@Nonnull com.phloc.commons.state.EValidity getSchematronValidity(@Nonnull SchematronOutputType aSO)
aSO - The Schematron validation result. Never null.EValidity.VALID if the Schematron validation was
successful, EValidity.INVALID if the validation failed.
Never null.Copyright © 2006–2014 phloc systems. All rights reserved.