Package net.sf.saxon.jdom
Class JDOMTransform
java.lang.Object
net.sf.saxon.Transform
net.sf.saxon.jdom.JDOMTransform
Variant of command line net.sf.saxon.Transform do build the source document
in JDOM and then proceed with the transformation. This class is provided largely for
testing purposes.
-
Field Summary
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic void
preprocess
(List sources) Preprocess the list of sources.Methods inherited from class net.sf.saxon.Transform
badUsage, doTransform, execute, getConfiguration, loadDocuments, now, processDirectory, processDirectoryAssoc, processFile, processFileAssoc, quit, setFactoryConfiguration, setPOption
-
Constructor Details
-
JDOMTransform
public JDOMTransform()
-
-
Method Details
-
preprocess
Description copied from class:Transform
Preprocess the list of sources. This method exists so that it can be overridden in a subclass- Overrides:
preprocess
in classTransform
- Throws:
XPathException
-
main
-