public final class XSLTransformUtil
extends java.lang.Object
| Modifier and Type | Method and Description | 
|---|---|
static void | 
transformFile(java.io.File sourceFile,
             java.io.File targetFile,
             java.net.URL stylesheetURL)
Transforms src file using the supplied XLS url and puts the output into
 the target file. 
 | 
static void | 
transformFile(java.net.URL sourceURL,
             java.net.URL targetURL,
             java.net.URL stylesheetURL)
Transforms source URL using the supplied XSL URL and puts the output into
 the target URL. 
 | 
public static void transformFile(java.io.File sourceFile,
                                 java.io.File targetFile,
                                 java.net.URL stylesheetURL)
                          throws java.io.IOException
sourceFile - Source filetargetFile - Desired destination filestylesheetURL - the XSL stylesheet that defines the transformationjava.io.IOExceptionpublic static void transformFile(java.net.URL sourceURL,
                                 java.net.URL targetURL,
                                 java.net.URL stylesheetURL)
                          throws java.io.IOException
sourceURL - source URLtargetURL - target URLstylesheetURL - the XSL stylesheet that defines the transformationjava.io.IOException