public interface ISchematronXSLTBasedProvider
| Modifier and Type | Method and Description |
|---|---|
Document |
getXSLTDocument() |
Transformer |
getXSLTTransformer() |
boolean |
isValidSchematron() |
boolean isValidSchematron()
true if the Schematron was successfully interpreted,
false otherwise.@Nullable Document getXSLTDocument()
null if preprocessing failed.isValidSchematron()@Nullable Transformer getXSLTTransformer() throws TransformerConfigurationException
null if the
compilation of the XSLT failed.TransformerConfigurationException - In case of an internal errorCopyright © 2014–2016 Philip Helger. All rights reserved.