public class BufferedReportTarget extends java.lang.Object implements ReportTarget, java.lang.Cloneable
| Modifier and Type | Class and Description |
|---|---|
static class |
BufferedReportTarget.RecordedCall |
| Constructor and Description |
|---|
BufferedReportTarget() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.Object |
clone() |
void |
close(ReportTarget target) |
void |
commit() |
void |
endElement(org.jfree.layouting.util.AttributeMap attrs) |
void |
endReport(ReportStructureRoot report) |
java.lang.String |
getExportDescriptor() |
org.jfree.layouting.namespace.NamespaceDefinition |
getNamespaceByUri(java.lang.String uri) |
ReportTarget |
getTarget() |
void |
processContent(DataFlags value) |
void |
processText(java.lang.String text) |
void |
setTarget(ReportTarget target) |
void |
startElement(org.jfree.layouting.util.AttributeMap attrs) |
void |
startReport(ReportStructureRoot report) |
public ReportTarget getTarget()
public void setTarget(ReportTarget target)
public void startReport(ReportStructureRoot report) throws DataSourceException, ReportProcessingException
startReport in interface ReportTargetDataSourceExceptionReportProcessingExceptionpublic void startElement(org.jfree.layouting.util.AttributeMap attrs)
throws DataSourceException,
ReportProcessingException
startElement in interface ReportTargetDataSourceExceptionReportProcessingExceptionpublic void processText(java.lang.String text)
throws DataSourceException,
ReportProcessingException
processText in interface ReportTargetDataSourceExceptionReportProcessingExceptionpublic void processContent(DataFlags value) throws DataSourceException, ReportProcessingException
processContent in interface ReportTargetDataSourceExceptionReportProcessingExceptionpublic void endElement(org.jfree.layouting.util.AttributeMap attrs)
throws DataSourceException,
ReportProcessingException
endElement in interface ReportTargetDataSourceExceptionReportProcessingExceptionpublic void endReport(ReportStructureRoot report) throws DataSourceException, ReportProcessingException
endReport in interface ReportTargetDataSourceExceptionReportProcessingExceptionpublic java.lang.String getExportDescriptor()
getExportDescriptor in interface ReportTargetpublic org.jfree.layouting.namespace.NamespaceDefinition getNamespaceByUri(java.lang.String uri)
getNamespaceByUri in interface ReportTargetpublic void commit()
throws ReportProcessingException
commit in interface ReportTargetReportProcessingExceptionpublic void close(ReportTarget target) throws ReportProcessingException, DataSourceException
public java.lang.Object clone()
clone in class java.lang.Object