public class EmptyReportTarget extends java.lang.Object implements ReportTarget
Constructor and Description |
---|
EmptyReportTarget(ReportJob job,
java.lang.String reportDescriptor) |
Modifier and Type | Method and 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) |
public EmptyReportTarget(ReportJob job, java.lang.String reportDescriptor)
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 org.jfree.layouting.namespace.NamespaceDefinition getNamespaceByUri(java.lang.String uri)
getNamespaceByUri
in interface ReportTarget
public ReportJob getReportJob()
public java.lang.String getExportDescriptor()
getExportDescriptor
in interface ReportTarget
public void commit() throws ReportProcessingException
commit
in interface ReportTarget
ReportProcessingException