Package org.jfree.report.flow.raw
Class RawReportTarget
- java.lang.Object
-
- org.jfree.report.flow.raw.RawReportTarget
-
- All Implemented Interfaces:
ReportTarget
public class RawReportTarget extends java.lang.Object implements ReportTarget
The Raw report processor defines the base for all non-layouting output methods. As no layouting is involved, this output method is lightning fast.- Author:
- Thomas Morgner
-
-
Constructor Summary
Constructors Constructor Description RawReportTarget(ReportJob job)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidcommit()voidendElement(org.jfree.layouting.util.AttributeMap attrs)voidendReport(ReportStructureRoot report)java.lang.StringgetExportDescriptor()org.jfree.layouting.namespace.NamespaceDefinitiongetNamespaceByUri(java.lang.String uri)ReportJobgetReportJob()voidprocessContent(DataFlags value)voidprocessText(java.lang.String text)voidstartElement(org.jfree.layouting.util.AttributeMap attrs)voidstartReport(ReportStructureRoot report)
-
-
-
Constructor Detail
-
RawReportTarget
public RawReportTarget(ReportJob job)
-
-
Method Detail
-
getReportJob
public ReportJob getReportJob()
-
startReport
public void startReport(ReportStructureRoot report) throws DataSourceException, ReportProcessingException
- Specified by:
startReportin interfaceReportTarget- Throws:
DataSourceExceptionReportProcessingException
-
startElement
public void startElement(org.jfree.layouting.util.AttributeMap attrs) throws DataSourceException, ReportProcessingException- Specified by:
startElementin interfaceReportTarget- Throws:
DataSourceExceptionReportProcessingException
-
processContent
public void processContent(DataFlags value) throws DataSourceException, ReportProcessingException
- Specified by:
processContentin interfaceReportTarget- Throws:
DataSourceExceptionReportProcessingException
-
endElement
public void endElement(org.jfree.layouting.util.AttributeMap attrs) throws DataSourceException, ReportProcessingException- Specified by:
endElementin interfaceReportTarget- Throws:
DataSourceExceptionReportProcessingException
-
endReport
public void endReport(ReportStructureRoot report) throws DataSourceException, ReportProcessingException
- Specified by:
endReportin interfaceReportTarget- Throws:
DataSourceExceptionReportProcessingException
-
getNamespaceByUri
public org.jfree.layouting.namespace.NamespaceDefinition getNamespaceByUri(java.lang.String uri)
- Specified by:
getNamespaceByUriin interfaceReportTarget
-
processText
public void processText(java.lang.String text) throws DataSourceException, ReportProcessingException- Specified by:
processTextin interfaceReportTarget- Throws:
DataSourceExceptionReportProcessingException
-
commit
public void commit()
- Specified by:
commitin interfaceReportTarget
-
getExportDescriptor
public java.lang.String getExportDescriptor()
- Specified by:
getExportDescriptorin interfaceReportTarget
-
-