Package | Description |
---|---|
com.helger.schematron.xslt |
Modifier and Type | Class and Description |
---|---|
class |
AbstractSchematronXSLTBasedResource<IMPLTYPE extends AbstractSchematronXSLTBasedResource<IMPLTYPE>>
Abstract implementation of a Schematron resource that is based on XSLT
transformations.
|
class |
SchematronResourceSCH
A Schematron resource that is based on the original SCH file.
|
class |
SchematronResourceXSLT
A Schematron resource that is based on an existing, pre-compiled XSLT script.
|
Modifier and Type | Method and Description |
---|---|
ISchematronXSLTBasedResource |
ISchematronXSLTBasedResource.setEntityResolver(EntityResolver aEntityResolver)
Set the XML entity resolver to be used when reading the Schematron or the
XML to be validated.
|
ISchematronXSLTBasedResource |
ISchematronXSLTBasedResource.setErrorListener(ErrorListener aCustomErrorListener) |
ISchematronXSLTBasedResource |
ISchematronXSLTBasedResource.setURIResolver(URIResolver aCustomURIResolver)
Set the
URIResolver to be used for reading Schematron. |
ISchematronXSLTBasedResource |
ISchematronXSLTBasedResource.setXSLTValidator(ISchematronXSLTValidator aXSLTValidator)
Set the XSLT validator to be used.
|
Copyright © 2014–2019 Philip Helger. All rights reserved.