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 ReportTarget
DataSourceException
ReportProcessingException
public void startElement(org.jfree.layouting.util.AttributeMap attrs) throws DataSourceException, ReportProcessingException
startElement
in interface ReportTarget
DataSourceException
ReportProcessingException
public void processText(java.lang.String text) throws DataSourceException, ReportProcessingException
processText
in interface ReportTarget
DataSourceException
ReportProcessingException
public void processContent(DataFlags value) throws DataSourceException, ReportProcessingException
processContent
in interface ReportTarget
DataSourceException
ReportProcessingException
public void endElement(org.jfree.layouting.util.AttributeMap attrs) throws DataSourceException, ReportProcessingException
endElement
in interface ReportTarget
DataSourceException
ReportProcessingException
public void endReport(ReportStructureRoot report) throws DataSourceException, ReportProcessingException
endReport
in interface ReportTarget
DataSourceException
ReportProcessingException
public java.lang.String getExportDescriptor()
getExportDescriptor
in interface ReportTarget
public org.jfree.layouting.namespace.NamespaceDefinition getNamespaceByUri(java.lang.String uri)
getNamespaceByUri
in interface ReportTarget
public void commit() throws ReportProcessingException
commit
in interface ReportTarget
ReportProcessingException
public void close(ReportTarget target) throws ReportProcessingException, DataSourceException
public java.lang.Object clone()
clone
in class java.lang.Object