org.jfree.report.flow.raw
public class XmlPrintReportTarget extends Object implements ReportTarget
Since: 20.03.2007
| Constructor Summary | |
|---|---|
| XmlPrintReportTarget(ReportJob job, XmlWriter writer) | |
| Method Summary | |
|---|---|
| protected AttributeList | buildAttributeList(AttributeMap attrs) |
| 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) |