org.jfree.report.flow.raw

Class XmlPrintReportTarget

Implemented Interfaces:
ReportTarget

public class XmlPrintReportTarget
extends java.lang.Object
implements ReportTarget

Todo: Document me!
Author:
Thomas Morgner
Since:
20.03.2007

Constructor Summary

XmlPrintReportTarget(ReportJob job, XmlWriter writer)

Method Summary

protected AttributeList
buildAttributeList(AttributeMap attrs)
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

XmlPrintReportTarget

public XmlPrintReportTarget(ReportJob job,
                            XmlWriter writer)

Method Details

buildAttributeList

protected AttributeList buildAttributeList(AttributeMap attrs)

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