net.sf.saxon.dom
Class DOMTransform
public class 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.
static void | main(String[] args)
|
List | preprocess(List sources) - Preprocess the list of sources.
|
badUsage , doTransform , getConfiguration , loadDocuments , main , now , preprocess , processDirectory , processDirectoryAssoc , processFile , processFileAssoc , quit , setFactoryConfiguration |
main
public static void main(String[] args)
preprocess
public List preprocess(List sources)
throws XPathException
Preprocess the list of sources. This method exists so that it can be
overridden in a subclass
- preprocess in interface Transform
sources
- the list of Source objects
- a revised list of Source objects