public class SaxonUtils extends Object
| Constructor and Description |
|---|
SaxonUtils() |
| Modifier and Type | Method and Description |
|---|---|
static void |
configureXsltCompiler(net.sf.saxon.s9api.XsltCompiler compiler,
SaxonOptions saxonOptions)
Set the configuration on XsltCompiler instance.
|
static void |
prepareSaxonConfiguration(net.sf.saxon.s9api.Processor processor,
SaxonOptions saxonOptions)
Set the configuration on Processor instance.
|
public static void prepareSaxonConfiguration(net.sf.saxon.s9api.Processor processor,
SaxonOptions saxonOptions)
throws net.sf.saxon.trans.XPathException
processor - The processor to configuresaxonOptions - The options to setnet.sf.saxon.trans.XPathException - If a problem occurspublic static void configureXsltCompiler(net.sf.saxon.s9api.XsltCompiler compiler,
SaxonOptions saxonOptions)
throws net.sf.saxon.trans.XPathException
prepareSaxonConfiguration(net.sf.saxon.s9api.Processor, top.marchand.maven.saxon.utils.SaxonOptions).compiler - The compiler to configuresaxonOptions - The optionsnet.sf.saxon.trans.XPathException - If a problem occursCopyright © 2017. All rights reserved.