net.sf.saxon.dom
Class DOMTransform

java.lang.Object
  extended by net.sf.saxon.Transform
      extended by 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
DOMTransform()
           
 
Method Summary
static void main(String[] args)
           
 List preprocess(List sources)
          Preprocess the list of sources.
 
Methods inherited from class net.sf.saxon.Transform
doTransform, loadDocuments, now, processDirectory, processDirectoryAssoc, processFile, processFileAssoc, setFactoryConfiguration
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DOMTransform

public DOMTransform()
Method Detail

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:
preprocess in 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.