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()
void
close
(ReportTarget target) void
commit()
void
endElement
(org.jfree.layouting.util.AttributeMap attrs) void
endReport
(ReportStructureRoot report) org.jfree.layouting.namespace.NamespaceDefinition
getNamespaceByUri
(String uri) void
processContent
(DataFlags value) void
processText
(String text) void
setTarget
(ReportTarget target) void
startElement
(org.jfree.layouting.util.AttributeMap attrs) void
startReport
(ReportStructureRoot report)
-
Constructor Details
-
BufferedReportTarget
public BufferedReportTarget()
-
-
Method Details
-
getTarget
-
setTarget
-
startReport
public void startReport(ReportStructureRoot report) throws DataSourceException, ReportProcessingException - Specified by:
startReport
in interfaceReportTarget
- Throws:
DataSourceException
ReportProcessingException
-
startElement
public void startElement(org.jfree.layouting.util.AttributeMap attrs) throws DataSourceException, ReportProcessingException - Specified by:
startElement
in interfaceReportTarget
- Throws:
DataSourceException
ReportProcessingException
-
processText
- Specified by:
processText
in interfaceReportTarget
- Throws:
DataSourceException
ReportProcessingException
-
processContent
- Specified by:
processContent
in interfaceReportTarget
- Throws:
DataSourceException
ReportProcessingException
-
endElement
public void endElement(org.jfree.layouting.util.AttributeMap attrs) throws DataSourceException, ReportProcessingException - Specified by:
endElement
in interfaceReportTarget
- Throws:
DataSourceException
ReportProcessingException
-
endReport
public void endReport(ReportStructureRoot report) throws DataSourceException, ReportProcessingException - Specified by:
endReport
in interfaceReportTarget
- Throws:
DataSourceException
ReportProcessingException
-
getExportDescriptor
- Specified by:
getExportDescriptor
in interfaceReportTarget
-
getNamespaceByUri
- Specified by:
getNamespaceByUri
in interfaceReportTarget
-
commit
- Specified by:
commit
in interfaceReportTarget
- Throws:
ReportProcessingException
-
close
-
clone
-