org.jfree.report.flow

Interface ReportTarget

public interface ReportTarget

The report target is responsible for the content creation. There are targets which forward all incomming calls to LibLayout, while other targets process the content directly.

Author: Thomas Morgner

Method Summary
voidcommit()
voidendElement(AttributeMap attrs)
voidendReport(ReportStructureRoot report)
StringgetExportDescriptor()
NamespaceDefinitiongetNamespaceByUri(String uri)
voidprocessContent(DataFlags value)
voidprocessText(String text)
voidstartElement(AttributeMap attrs)
voidstartReport(ReportStructureRoot report)

Method Detail

commit

public void commit()

endElement

public void endElement(AttributeMap attrs)

endReport

public void endReport(ReportStructureRoot report)

getExportDescriptor

public String getExportDescriptor()

getNamespaceByUri

public NamespaceDefinition getNamespaceByUri(String uri)

processContent

public void processContent(DataFlags value)

processText

public void processText(String text)

startElement

public void startElement(AttributeMap attrs)

startReport

public void startReport(ReportStructureRoot report)