net.sf.saxon.jdom
Class JDOMTransform
public class 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.
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