net.sf.saxon.jdom
Class JDOMQuery

java.lang.Object
  extended by net.sf.saxon.Query
      extended by net.sf.saxon.jdom.JDOMQuery

public class JDOMQuery
extends Query

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.


Constructor Summary
JDOMQuery()
           
 
Method Summary
static void main(String[] args)
           
 List preprocess(List sources)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JDOMQuery

public JDOMQuery()
Method Detail

preprocess

public List preprocess(List sources)
                throws XPathException
Throws:
XPathException

main

public static void main(String[] args)


Copyright (C) Michael H. Kay. All rights reserved.