| java.lang.Object net.sf.saxon.Transform net.sf.saxon.jdom.JDOMTransform
JDOMTransform | public class JDOMTransform extends Transform (Code) | | 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.
|
Methods inherited from net.sf.saxon.Transform | protected void badUsage(String name, String message)(Code)(Java Doc) protected void doMain(String args, String name)(Code)(Java Doc) public void execute(String initialTemplate, Templates sheet, File outputFile, ArrayList parameterList, String initialMode) throws TransformerException(Code)(Java Doc) protected Configuration getConfiguration()(Code)(Java Doc) public static Object loadDocuments(String sourceFileName, boolean useURLs, Configuration config, boolean useSAXSource) throws TransformerException(Code)(Java Doc) public static void main(String args) throws java.lang.Exception(Code)(Java Doc) public List preprocess(List sources) throws XPathException(Code)(Java Doc) public void processDirectory(List sources, Templates sheet, File outputDir, ArrayList parameterList, String initialMode) throws TransformerException(Code)(Java Doc) public void processDirectoryAssoc(List sources, File outputDir, ArrayList parameterList, String initialMode) throws Exception(Code)(Java Doc) public void processFile(Source source, Templates sheet, File outputFile, ArrayList parameterList, String initialMode) throws TransformerException(Code)(Java Doc) public void processFileAssoc(Source sourceInput, String localName, File outputFile, ArrayList parameterList, String initialMode) throws TransformerException(Code)(Java Doc) protected static void quit(String message, int code)(Code)(Java Doc) protected void setFactoryConfiguration()(Code)(Java Doc) public void setPOption(Configuration config)(Code)(Java Doc)
|
|
|