|
Style Intelligence v12.0 | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectinetsoft.report.io.AbstractGenerator
inetsoft.report.io.XMLGenerator
public class XMLGenerator
Generator that creates a data-centric XML document from a report.
| Field Summary |
|---|
| Fields inherited from class inetsoft.report.io.AbstractGenerator |
|---|
docInfo |
| Constructor Summary | |
|---|---|
XMLGenerator(OutputStream output)
Creates a new instance of XMLFormatter. |
|
XMLGenerator(OutputStream output,
boolean indent)
Creates a new instance of XMLFormatter. |
|
| Method Summary | |
|---|---|
void |
generate(ReportSheet sheet)
Export a report. |
void |
generate(ReportSheet sheet,
Enumeration pages)
Write a collection of pages to text. |
void |
setOutput(OutputStream output)
Set the output stream of this generator. |
| Methods inherited from class inetsoft.report.io.AbstractGenerator |
|---|
addProgressListener, fireProgressEvent, getCachePages, getOutput, getReportCache, getReportId, removeProgressListener, setDocumentInfo, setReportCache, setReportId |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public XMLGenerator(OutputStream output)
output - the output stream to which the XML will be written.
public XMLGenerator(OutputStream output,
boolean indent)
output - the output stream to which the XML will be written.indent - true to indent the written XML.| Method Detail |
|---|
public void setOutput(OutputStream output)
setOutput in interface GeneratorsetOutput in class AbstractGenerator
public void generate(ReportSheet sheet)
throws IOException
sheet - report to export.
IOException
public void generate(ReportSheet sheet,
Enumeration pages)
throws IOException
IOException
|
Copyright © 1996-2014 InetSoft Technology Corp. All Rights Reserved. | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||