net.sf.saxon.jdom
Class JDOMTransform
java.lang.Object
   net.sf.saxon.Transform
net.sf.saxon.Transform
       net.sf.saxon.jdom.JDOMTransform
net.sf.saxon.jdom.JDOMTransform
- public class JDOMTransform 
- extends Transform
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.
 
 
 
 
JDOMTransform
public JDOMTransform()
preprocess
public List preprocess(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:
- preprocessin class- Transform
 
- 
- Parameters:
- sources- the list of Source objects
- Returns:
- a revised list of Source objects
- Throws:
- XPathException
 
main
public static void main(String[] args)
- 
 
Copyright (C) Michael H. Kay. All rights reserved.