com.thalesgroup.dtkit.util.converter
Class ConvertUtil

java.lang.Object
  extended by com.thalesgroup.dtkit.util.converter.ConvertUtil

public class ConvertUtil
extends java.lang.Object


Constructor Summary
ConvertUtil()
           
 
Method Summary
static void convert(java.lang.Class xslNamnespace, java.lang.String xslName, java.io.File inputFile, java.io.File outFile)
          Launches an XSLT conversion from a source to an OutputStream.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ConvertUtil

public ConvertUtil()
Method Detail

convert

public static void convert(java.lang.Class xslNamnespace,
                           java.lang.String xslName,
                           java.io.File inputFile,
                           java.io.File outFile)
                    throws ConvertException
Launches an XSLT conversion from a source to an OutputStream. This methods uses the net.sf.saxon packages.

Parameters:
xslNamnespace - the xsl namespace
xslName - the xsl name
inputFile - the input file
outFile - the ouput file
Throws:
ConvertException - the convert exception


Copyright © 2010. All Rights Reserved.