Skip navigation links

Oracle Fusion Middleware Java API Reference for Oracle Extension SDK
11g Release 2 (11.1.2.3.0)

E17493-04


oracle.ide.util
Class XSLTransformUtil

java.lang.Object
  extended by oracle.ide.util.XSLTransformUtil


public final class XSLTransformUtil
extends java.lang.Object

Runs XSL Tranformation on a specified file

Since:
11.1.0.0

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

transformFile

public static void transformFile(java.io.File sourceFile,
                                 java.io.File targetFile,
                                 java.net.URL stylesheetURL)
                          throws java.io.IOException
Transforms src file using the supplied XLS url and puts the output into the target file.
Parameters:
sourceFile - Source file
targetFile - Desired destination file
stylesheetURL - the XSL stylesheet that defines the transformation
Throws:
java.io.IOException

transformFile

public static void transformFile(java.net.URL sourceURL,
                                 java.net.URL targetURL,
                                 java.net.URL stylesheetURL)
                          throws java.io.IOException
Transforms source URL using the supplied XSL URL and puts the output into the target URL.
Parameters:
sourceURL - source URL
targetURL - target URL
stylesheetURL - the XSL stylesheet that defines the transformation
Throws:
java.io.IOException

Skip navigation links

Oracle Fusion Middleware Java API Reference for Oracle Extension SDK
11g Release 2 (11.1.2.3.0)

E17493-04


Copyright © 1997, 2012, Oracle. All rights reserved.