Uses of Interface
com.helger.schematron.api.xslt.ISchematronXSLTBasedResource
Packages that use ISchematronXSLTBasedResource
-
Uses of ISchematronXSLTBasedResource in com.helger.schematron.api.xslt
Classes in com.helger.schematron.api.xslt that implement ISchematronXSLTBasedResourceModifier and TypeClassDescriptionclassAbstractSchematronXSLTBasedResource<IMPLTYPE extends AbstractSchematronXSLTBasedResource<IMPLTYPE>>Abstract implementation of a Schematron resource that is based on XSLT transformations.Methods in com.helger.schematron.api.xslt that return ISchematronXSLTBasedResourceModifier and TypeMethodDescriptionISchematronXSLTBasedResource.setEntityResolver(EntityResolver aEntityResolver) Set the XML entity resolver to be used when reading the Schematron or the XML to be validated.ISchematronXSLTBasedResource.setErrorListener(ErrorListener aCustomErrorListener) ISchematronXSLTBasedResource.setOutputValidityDeterminator(ISchematronOutputValidityDeterminator aValidityDeterminator) Set the Schematron output validator to be used.
Note: The method was renamed in v8 fromsetXSLTValidator.ISchematronXSLTBasedResource.setURIResolver(URIResolver aCustomURIResolver) Set theURIResolverto be used for reading Schematron.ISchematronXSLTBasedResource.setValidateSVRL(boolean bValidateSVRL) Enable or disable the validation of the created SVRL.