net.sf.saxon.jdom

Class 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.

Field Summary

Fields inherited from class net.sf.saxon.Query

config, explain, explainOutputFileName, moduleURIResolverClass, outputFileName, projection, pullMode, queryFileName, repeat, showTime, sourceFileName, uriResolverClass, useURLs, wrap

Method Summary

static void
main(String[] args)
List
preprocess(List sources)

Methods inherited from class net.sf.saxon.Query

badUsage, compileQuery, doQuery, explain, getConfiguration, main, makeConfiguration, parseOptions, processSource, processSourceFile, quit, runQuery, testIfSchemaAware

Method Details

main

public static void main(String[] args)

preprocess

public List preprocess(List sources)
            throws XPathException