Interface | Description |
---|---|
ISchematronXSLTValidator |
Base interface for objects that determine the validity of a Schematron
validation result.
|
Class | Description |
---|---|
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.