org.fhw.cabaweb.export.transform
Class ReportTransform
java.lang.Object
org.fhw.cabaweb.export.transform.ReportTransform
- public class ReportTransform
- extends Object
Die Methoden der Klasse transformieren das übergebene XML Dokument in verschiedene Formate.
- Version:
- Version 1.0 15.09.2004
- Author:
- Thomas Vogt
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ReportTransform
public ReportTransform()
writeXML
public static final CachableByteArrayOutputStream writeXML(org.dom4j.Document document)
throws IOException
- Throws:
IOException
writePDF
public static final CachableByteArrayOutputStream writePDF(org.dom4j.Document document,
String xslPDF)
throws IOException
- Throws:
IOException
writePDF
public static final CachableByteArrayOutputStream writePDF(CachableByteArrayOutputStream xmlStream,
String xslPDF)
throws IOException
- Throws:
IOException
writeRTF
public static final CachableByteArrayOutputStream writeRTF(org.dom4j.Document document,
String xslRTF)
throws IOException
- Throws:
IOException
writeRTF
public static final CachableByteArrayOutputStream writeRTF(CachableByteArrayOutputStream xmlStream,
String xslRTF)
throws IOException
- Throws:
IOException
writeHTML
public static final CachableByteArrayOutputStream writeHTML(org.dom4j.Document document,
String xslHTML)
throws IOException
- Throws:
IOException
writeHTML
public static final CachableByteArrayOutputStream writeHTML(CachableByteArrayOutputStream xmlStream,
String xslHTML)
throws IOException
- Throws:
IOException
writeXSLFO
public static final CachableByteArrayOutputStream writeXSLFO(CachableByteArrayOutputStream xmlStream,
String xslPDF)
throws IOException
- Throws:
IOException
Copyright © 2004 TVC-Software.com. All Rights Reserved.