Class BufferedReportTarget
java.lang.Object
org.jfree.report.flow.layoutprocessor.BufferedReportTarget
- All Implemented Interfaces:
Cloneable,ReportTarget
Todo: Document me!
- Since:
- 05.03.2007
- Author:
- Thomas Morgner
-
Nested Class Summary
Nested Classes -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionclone()voidclose(ReportTarget target) voidcommit()voidendElement(org.jfree.layouting.util.AttributeMap attrs) voidendReport(ReportStructureRoot report) org.jfree.layouting.namespace.NamespaceDefinitiongetNamespaceByUri(String uri) voidprocessContent(DataFlags value) voidprocessText(String text) voidsetTarget(ReportTarget target) voidstartElement(org.jfree.layouting.util.AttributeMap attrs) voidstartReport(ReportStructureRoot report)
-
Constructor Details
-
BufferedReportTarget
public BufferedReportTarget()
-
-
Method Details
-
getTarget
-
setTarget
-
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
-
processText
- Specified by:
processTextin 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
-
getExportDescriptor
- Specified by:
getExportDescriptorin interfaceReportTarget
-
getNamespaceByUri
- Specified by:
getNamespaceByUriin interfaceReportTarget
-
commit
- Specified by:
commitin interfaceReportTarget- Throws:
ReportProcessingException
-
close
-
clone
-