Uses of Interface
com.helger.schematron.api.xslt.validator.ISchematronXSLTValidator
Packages that use ISchematronXSLTValidator
-
Uses of ISchematronXSLTValidator in com.helger.schematron.api.xslt
Methods in com.helger.schematron.api.xslt that return ISchematronXSLTValidatorModifier and TypeMethodDescriptionfinal ISchematronXSLTValidatorAbstractSchematronXSLTBasedResource.getXSLTValidator()ISchematronXSLTBasedResource.getXSLTValidator()Methods in com.helger.schematron.api.xslt with parameters of type ISchematronXSLTValidatorModifier and TypeMethodDescriptionfinal IMPLTYPEAbstractSchematronXSLTBasedResource.setXSLTValidator(ISchematronXSLTValidator aXSLTValidator) ISchematronXSLTBasedResource.setXSLTValidator(ISchematronXSLTValidator aXSLTValidator) Set the XSLT validator to be used. -
Uses of ISchematronXSLTValidator in com.helger.schematron.api.xslt.validator
Classes in com.helger.schematron.api.xslt.validator that implement ISchematronXSLTValidatorModifier and TypeClassDescriptionclassThe default implementation ofISchematronXSLTValidatorthat interprets both failed asserts and successful reports as errors.classA special implementation ofISchematronXSLTValidatorthat only handles failed asserts as failures, but not successful reports.classA special implementation ofISchematronXSLTValidatorthat only handles successful reports as failures, but not failed asserts.