|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.thalesgroup.dtkit.util.converter.ConversionService
public class ConversionService
| Constructor Summary | |
|---|---|
ConversionService()
|
|
| Method Summary | |
|---|---|
void |
convert(java.io.File xslFile,
java.io.File inputFile,
java.io.File outFile)
Launches an XSLT conversion from a source to an OutputStream. |
void |
convert(javax.xml.transform.stream.StreamSource xslSource,
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 |
|---|
public ConversionService()
| Method Detail |
|---|
public void convert(java.io.File xslFile,
java.io.File inputFile,
java.io.File outFile)
throws ConversionException
xslFile - the xsl fileinputFile - the input fileoutFile - the output file
ConversionException - the convert exception
public void convert(javax.xml.transform.stream.StreamSource xslSource,
java.io.File inputFile,
java.io.File outFile)
throws ConversionException
xslSource - the source of the xslinputFile - the input fileoutFile - the output file
ConversionException - the convert exception
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||