Package org.jfree.report.flow
Class EmptyReportTarget
- java.lang.Object
-
- org.jfree.report.flow.EmptyReportTarget
-
- All Implemented Interfaces:
ReportTarget
public class EmptyReportTarget extends java.lang.Object implements ReportTarget
This target does nothing.- Author:
- Thomas Morgner
-
-
Constructor Summary
Constructors Constructor Description EmptyReportTarget(ReportJob job, java.lang.String reportDescriptor)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description 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)
ReportJob
getReportJob()
void
processContent(DataFlags value)
void
processText(java.lang.String text)
void
startElement(org.jfree.layouting.util.AttributeMap attrs)
void
startReport(ReportStructureRoot report)
-
-
-
Constructor Detail
-
EmptyReportTarget
public EmptyReportTarget(ReportJob job, java.lang.String reportDescriptor)
-
-
Method Detail
-
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
public void processText(java.lang.String text) throws DataSourceException, ReportProcessingException
- Specified by:
processText
in interfaceReportTarget
- Throws:
DataSourceException
ReportProcessingException
-
processContent
public void processContent(DataFlags value) throws DataSourceException, ReportProcessingException
- 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
-
getNamespaceByUri
public org.jfree.layouting.namespace.NamespaceDefinition getNamespaceByUri(java.lang.String uri)
- Specified by:
getNamespaceByUri
in interfaceReportTarget
-
getReportJob
public ReportJob getReportJob()
-
getExportDescriptor
public java.lang.String getExportDescriptor()
- Specified by:
getExportDescriptor
in interfaceReportTarget
-
commit
public void commit() throws ReportProcessingException
- Specified by:
commit
in interfaceReportTarget
- Throws:
ReportProcessingException
-
-