public final class SchematronTransformerFactory extends Object
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.Modifier and Type | Method and Description |
---|---|
static TransformerFactory |
createTransformerFactorySaxonFirst(ErrorListener aErrorListener,
URIResolver aURIResolver) |
static TransformerFactory |
getDefaultSaxonFirst() |
@Nonnull public static TransformerFactory getDefaultSaxonFirst()
@Nonnull public static TransformerFactory createTransformerFactorySaxonFirst(@Nullable ErrorListener aErrorListener, @Nullable URIResolver aURIResolver)
Copyright © 2014–2016 Philip Helger. All rights reserved.