dori.jasper.engine.xml
Class JRXmlWriter

java.lang.Object
  extended bydori.jasper.engine.xml.JRXmlWriter

public class JRXmlWriter
extends java.lang.Object


Constructor Summary
protected JRXmlWriter(JRReport report, java.lang.String encoding)
           
 
Method Summary
protected  java.lang.String writeReport()
           
static void writeReport(JRReport report, java.io.OutputStream outputStream, java.lang.String encoding)
           
static java.lang.String writeReport(JRReport report, java.lang.String encoding)
           
static void writeReport(JRReport report, java.lang.String destFileName, java.lang.String encoding)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JRXmlWriter

protected JRXmlWriter(JRReport report,
                      java.lang.String encoding)
Method Detail

writeReport

public static java.lang.String writeReport(JRReport report,
                                           java.lang.String encoding)
                                    throws JRException
Throws:
JRException

writeReport

public static void writeReport(JRReport report,
                               java.lang.String destFileName,
                               java.lang.String encoding)
                        throws JRException
Throws:
JRException

writeReport

public static void writeReport(JRReport report,
                               java.io.OutputStream outputStream,
                               java.lang.String encoding)
                        throws JRException
Throws:
JRException

writeReport

protected java.lang.String writeReport()
                                throws JRException
Throws:
JRException


Copyright © 2001-2004 Teodor Danciu. All Rights Reserved.