Package net.sf.saxon.option.jdom2
Class JDOM2Transform
- java.lang.Object
-
- net.sf.saxon.Transform
-
- net.sf.saxon.option.jdom2.JDOM2Transform
-
public class JDOM2Transform extends Transform
Variant of command line net.sf.saxon.Transform do build the source document in JDOM2 and then proceed with the transformation. This class is provided largely for testing purposes.
-
-
Field Summary
-
Fields inherited from class net.sf.saxon.Transform
allowExit, compiler, processor, repeat, run, schemaAware, showTime, sourceParserName, useURLs
-
-
Constructor Summary
Constructors Constructor Description JDOM2Transform()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static void
main(java.lang.String[] args)
java.util.List
preprocess(java.util.List sources)
Preprocess the list of sources.-
Methods inherited from class net.sf.saxon.Transform
applyLocalOptions, badUsage, doTransform, getConfiguration, initializeConfiguration, newTransformer, now, processFile, quit, setFactoryConfiguration, setPermittedOptions
-
-
-
-
Method Detail
-
preprocess
public java.util.List preprocess(java.util.List sources) throws XPathException
Description copied from class:Transform
Preprocess the list of sources. This method exists so that it can be overridden in a subclass, typically to handle kinds of Source implemented as extensions to the basic Saxon capability- Overrides:
preprocess
in classTransform
- Parameters:
sources
- the list of Source objects- Returns:
- a revised list of Source objects
- Throws:
XPathException
- if a Source object is not recognized
-
main
public static void main(java.lang.String[] args)
-
-