org.jfree.report.flow

Class EmptyReportTarget

Implemented Interfaces:
ReportTarget

public class EmptyReportTarget
extends java.lang.Object
implements ReportTarget

This target does nothing.
Author:
Thomas Morgner

Constructor Summary

EmptyReportTarget(ReportJob job, String reportDescriptor)

Method Summary

void
commit()
void
endElement(AttributeMap attrs)
void
endReport(ReportStructureRoot report)
String
getExportDescriptor()
NamespaceDefinition
getNamespaceByUri(String uri)
ReportJob
getReportJob()
void
processContent(DataFlags value)
void
processText(String text)
void
startElement(AttributeMap attrs)
void
startReport(ReportStructureRoot report)

Constructor Details

EmptyReportTarget

public EmptyReportTarget(ReportJob job,
                         String reportDescriptor)

Method Details

commit

public void commit()
            throws ReportProcessingException
Specified by:
commit in interface ReportTarget

endElement

public void endElement(AttributeMap attrs)
            throws DataSourceException,
                   ReportProcessingException
Specified by:
endElement in interface ReportTarget

endReport

public void endReport(ReportStructureRoot report)
            throws DataSourceException,
                   ReportProcessingException
Specified by:
endReport in interface ReportTarget

getExportDescriptor

public String getExportDescriptor()
Specified by:
getExportDescriptor in interface ReportTarget

getNamespaceByUri

public NamespaceDefinition getNamespaceByUri(String uri)
Specified by:
getNamespaceByUri in interface ReportTarget

getReportJob

public ReportJob getReportJob()

processContent

public void processContent(DataFlags value)
            throws DataSourceException,
                   ReportProcessingException
Specified by:
processContent in interface ReportTarget

processText

public void processText(String text)
            throws DataSourceException,
                   ReportProcessingException
Specified by:
processText in interface ReportTarget

startElement

public void startElement(AttributeMap attrs)
            throws DataSourceException,
                   ReportProcessingException
Specified by:
startElement in interface ReportTarget

startReport

public void startReport(ReportStructureRoot report)
            throws DataSourceException,
                   ReportProcessingException
Specified by:
startReport in interface ReportTarget