| Package | Description |
|---|---|
| com.helger.schematron.api.xslt | |
| com.helger.schematron.api.xslt.validator |
| Modifier and Type | Method and Description |
|---|---|
ISchematronXSLTValidator |
AbstractSchematronXSLTBasedResource.getXSLTValidator() |
ISchematronXSLTValidator |
ISchematronXSLTBasedResource.getXSLTValidator() |
ISchematronXSLTValidator |
ISchematronXSLTBasedResource.getXSLTValidator() |
ISchematronXSLTValidator |
AbstractSchematronXSLTBasedResource.getXSLTValidator() |
| Modifier and Type | Method and Description |
|---|---|
IMPLTYPE |
AbstractSchematronXSLTBasedResource.setXSLTValidator(ISchematronXSLTValidator aXSLTValidator) |
ISchematronXSLTBasedResource |
ISchematronXSLTBasedResource.setXSLTValidator(ISchematronXSLTValidator aXSLTValidator)
Set the XSLT validator to be used.
|
ISchematronXSLTBasedResource |
ISchematronXSLTBasedResource.setXSLTValidator(ISchematronXSLTValidator aXSLTValidator)
Set the XSLT validator to be used.
|
IMPLTYPE |
AbstractSchematronXSLTBasedResource.setXSLTValidator(ISchematronXSLTValidator aXSLTValidator) |
| Modifier and Type | Class and Description |
|---|---|
class |
SchematronXSLTValidatorDefault
The default implementation of
ISchematronXSLTValidator that
interprets both failed asserts and successful reports as errors. |
class |
SchematronXSLTValidatorFailedAssertOnly
A special implementation of
ISchematronXSLTValidator that only
handles failed asserts as failures, but not successful reports. |
class |
SchematronXSLTValidatorSuccessfulReportOnly
A special implementation of
ISchematronXSLTValidator that only
handles successful reports as failures, but not failed asserts. |
Copyright © 2014–2021 Philip Helger. All rights reserved.