Package net.sf.saxon.dom
Class DOMTransform
- java.lang.Object
-
- net.sf.saxon.Transform
-
- net.sf.saxon.dom.DOMTransform
-
public class DOMTransform extends Transform
Variant of command line net.sf.saxon.Transform do build the source document in DOM and then proceed with the transformation. This class is provided largely for testing purposes.
-
-
Constructor Summary
Constructors Constructor Description DOMTransform()
-
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
badUsage, doTransform, execute, getConfiguration, loadDocuments, now, processDirectory, processDirectoryAssoc, processFile, processFileAssoc, quit, setFactoryConfiguration, setPOption
-
-
-
-
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- Overrides:
preprocess
in classTransform
- Throws:
XPathException
-
main
public static void main(java.lang.String[] args)
-
-