Package org.jfree.report.flow.raw
Class RawReportTarget
java.lang.Object
org.jfree.report.flow.raw.RawReportTarget
- All Implemented Interfaces:
ReportTarget
The Raw report processor defines the base for all non-layouting output
methods. As no layouting is involved, this output method is lightning
fast.
- Author:
- Thomas Morgner
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidcommit()voidendElement(org.jfree.layouting.util.AttributeMap attrs) voidendReport(ReportStructureRoot report) org.jfree.layouting.namespace.NamespaceDefinitiongetNamespaceByUri(String uri) voidprocessContent(DataFlags value) voidprocessText(String text) voidstartElement(org.jfree.layouting.util.AttributeMap attrs) voidstartReport(ReportStructureRoot report)
-
Constructor Details
-
RawReportTarget
-
-
Method Details
-
getReportJob
-
startReport
public void startReport(ReportStructureRoot report) throws DataSourceException, ReportProcessingException - Specified by:
startReportin interfaceReportTarget- Throws:
DataSourceExceptionReportProcessingException
-
startElement
public void startElement(org.jfree.layouting.util.AttributeMap attrs) throws DataSourceException, ReportProcessingException - Specified by:
startElementin interfaceReportTarget- Throws:
DataSourceExceptionReportProcessingException
-
processContent
- Specified by:
processContentin interfaceReportTarget- Throws:
DataSourceExceptionReportProcessingException
-
endElement
public void endElement(org.jfree.layouting.util.AttributeMap attrs) throws DataSourceException, ReportProcessingException - Specified by:
endElementin interfaceReportTarget- Throws:
DataSourceExceptionReportProcessingException
-
endReport
public void endReport(ReportStructureRoot report) throws DataSourceException, ReportProcessingException - Specified by:
endReportin interfaceReportTarget- Throws:
DataSourceExceptionReportProcessingException
-
getNamespaceByUri
- Specified by:
getNamespaceByUriin interfaceReportTarget
-
processText
- Specified by:
processTextin interfaceReportTarget- Throws:
DataSourceExceptionReportProcessingException
-
commit
public void commit()- Specified by:
commitin interfaceReportTarget
-
getExportDescriptor
- Specified by:
getExportDescriptorin interfaceReportTarget
-