Class JDOMTransform
java.lang.Object
net.sf.saxon.Transform
net.sf.saxon.option.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 voidpreprocess(List sources) Preprocess the list of sources.Methods inherited from class Transform
applyLocalOptions, badUsage, doTransform, getConfiguration, initializeConfiguration, newController, quit, setFactoryConfiguration, setPermittedOptions
-
Constructor Details
-
JDOMTransform
public JDOMTransform()
-
-
Method Details
-
preprocess
Description copied from class:TransformPreprocess the list of sources. This method exists so that it can be overridden in a subclass- Overrides:
preprocessin classTransform- Parameters:
sources- the list of Source objects- Returns:
- a revised list of Source objects
- Throws:
XPathException
-
main
-