org.jfree.report.flow.raw
public class RawReportTarget extends Object implements ReportTarget
| Constructor Summary | |
|---|---|
| RawReportTarget(ReportJob job) | |
| Method Summary | |
|---|---|
| void | commit() |
| void | endElement(AttributeMap attrs) |
| void | endReport(ReportStructureRoot report) |
| String | getExportDescriptor() |
| NamespaceDefinition | getNamespaceByUri(String uri) |
| ReportJob | getReportJob() |
| void | processContent(DataFlags value) |
| void | processText(String text) |
| void | startElement(AttributeMap attrs) |
| void | startReport(ReportStructureRoot report) |