| 
Oracle Fusion Middleware Java API Reference for Oracle Extension SDK 11g Release 2 (11.1.2.3.0) E17493-04  | 
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Object
  
oracle.ide.util.XSLTransformUtil
public final class XSLTransformUtil
Runs XSL Tranformation on a specified file
| Method Summary | |
|---|---|
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.  | 
| Methods inherited from class java.lang.Object | 
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
| Method Detail | 
|---|
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.IOException
public 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
  | 
Oracle Fusion Middleware Java API Reference for Oracle Extension SDK 11g Release 2 (11.1.2.3.0) E17493-04  | 
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||