net.sf.saxon.jdom
Class JDOMQuery
java.lang.Object
net.sf.saxon.Query
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.
| Fields inherited from class net.sf.saxon.Query |
config, explain, explainOutputFileName, moduleURIResolverClass, outputFileName, projection, pullMode, queryFileName, repeat, showTime, sourceFileName, uriResolverClass, useURLs, wrap |
| Methods inherited from class net.sf.saxon.Query |
badUsage, compileQuery, doQuery, explain, getConfiguration, makeConfiguration, parseOptions, processSource, processSourceFile, quit, runQuery, testIfSchemaAware |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
JDOMQuery
public JDOMQuery()
preprocess
public List preprocess(List sources)
throws XPathException
- Throws:
XPathException
main
public static void main(String[] args)