|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectnet.sf.saxon.Transform
net.sf.saxon.jdom.JDOMTransform
public class JDOMTransform
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.Transform |
---|
config, factory, repeat, showTime, useURLs |
Constructor Summary | |
---|---|
JDOMTransform()
|
Method Summary | |
---|---|
static void |
main(java.lang.String[] args)
|
java.util.List |
preprocess(java.util.List sources)
Preprocess the list of sources. |
Methods inherited from class net.sf.saxon.Transform |
---|
badUsage, doTransform, getConfiguration, loadDocuments, newController, now, processDirectory, processDirectoryAssoc, processFile, processFileAssoc, quit, setFactoryConfiguration, setParams |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public JDOMTransform()
Method Detail |
---|
public java.util.List preprocess(java.util.List sources) throws XPathException
Transform
preprocess
in class Transform
sources
- the list of Source objects
XPathException
public static void main(java.lang.String[] args)
|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |