public class SampleDataFactoryWriteHandler extends Object implements org.pentaho.reporting.engine.classic.core.modules.parser.extwriter.DataFactoryWriteHandler
| Constructor and Description |
|---|
SampleDataFactoryWriteHandler() |
| Modifier and Type | Method and Description |
|---|---|
void |
write(org.pentaho.reporting.engine.classic.core.modules.parser.extwriter.ReportWriterContext reportWriter,
org.pentaho.reporting.libraries.xmlns.writer.XmlWriter xmlWriter,
org.pentaho.reporting.engine.classic.core.DataFactory dataFactory)
Writes a data-source into a XML-stream.
|
public void write(org.pentaho.reporting.engine.classic.core.modules.parser.extwriter.ReportWriterContext reportWriter,
org.pentaho.reporting.libraries.xmlns.writer.XmlWriter xmlWriter,
org.pentaho.reporting.engine.classic.core.DataFactory dataFactory)
throws IOException,
org.pentaho.reporting.engine.classic.core.modules.parser.extwriter.ReportWriterException
write in interface org.pentaho.reporting.engine.classic.core.modules.parser.extwriter.DataFactoryWriteHandlerreportWriter - the writer context that holds all factories.xmlWriter - the XML writer that will receive the generated XML data.dataFactory - the data factory that should be written.IOException - if any error occuredorg.pentaho.reporting.engine.classic.core.modules.parser.extwriter.ReportWriterException - if the data factory cannot be written.Copyright © 2018 Hitachi Vantara. All rights reserved.