Package net.sf.saxon.dom
Class DOMTransform
java.lang.Object
net.sf.saxon.Transform
net.sf.saxon.dom.DOMTransform
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.
-
Field Summary
Fields inherited from class net.sf.saxon.Transform
allowExit, repeat, run, schemaAware, showTime, sourceParserName, useURLs
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class net.sf.saxon.Transform
applyLocalOptions, badUsage, doTransform, doTransform, getConfiguration, initializeConfiguration, newTransformer, now, processFile, quit, setFactoryConfiguration, setPermittedOptions
-
Constructor Details
-
DOMTransform
public DOMTransform()
-
-
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, 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
-