Class SchematronTransformerFactory

java.lang.Object
com.helger.schematron.saxon.SchematronTransformerFactory

@Immutable public final class SchematronTransformerFactory extends Object
A special TransformerFactory handler that prefers Saxon's TransformerFactory before calling the SPI version TransformerFactory.newInstance (). This is mainly to solve the interoperability issue when using Xalan and Saxon together in the class path.
Author:
Philip Helger