| Interface | Description |
|---|---|
| ISchematronXSLTProvider |
Interface for a factory creating Schematron validators from XSLT.
|
| ISchematronXSLTValidator |
Base interface for objects that determine the validity of a Schematron
validation result.
|
| Class | Description |
|---|---|
| AbstractSchematronXSLTProvider |
Abstract base class handling XSLT to perform Schematron validation.
|
| AbstractSchematronXSLTResource |
Abstract implementation of a Schematron resource that is based on XSLT
transformations.
|
| SchematronResourceSCH |
A Schematron resource that is based on the original SCH file.
|
| SchematronResourceSCHCache |
Factory for creating
ISchematronXSLTProvider objects. |
| SchematronResourceXSLT |
A Schematron resource that is based on an existing, pre-compiled XSLT script.
|
| SchematronResourceXSLTCache |
Factory for creating
ISchematronXSLTProvider objects. |
| SchematronXSLTValidatorDefault |
The default implementation of
ISchematronXSLTValidator that
interprets both failed asserts and successful reports as errors. |
| SchematronXSLTValidatorFailedAssertOnly |
A special implementation of
ISchematronXSLTValidator that only
handles failed asserts as failures, but not successful reports. |
Copyright © 2014–2015 Philip Helger. All rights reserved.