org.jfree.report.flow
public interface ReportTarget
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) |
void |
processContent(DataFlags value) |
void |
processText(java.lang.String text) |
void |
startElement(org.jfree.layouting.util.AttributeMap attrs) |
void |
startReport(ReportStructureRoot report) |
void startReport(ReportStructureRoot report) throws DataSourceException, ReportProcessingException
void startElement(org.jfree.layouting.util.AttributeMap attrs) throws DataSourceException, ReportProcessingException
void processText(java.lang.String text) throws DataSourceException, ReportProcessingException
void processContent(DataFlags value) throws DataSourceException, ReportProcessingException
void endElement(org.jfree.layouting.util.AttributeMap attrs) throws DataSourceException, ReportProcessingException
void endReport(ReportStructureRoot report) throws DataSourceException, ReportProcessingException
java.lang.String getExportDescriptor()
org.jfree.layouting.namespace.NamespaceDefinition getNamespaceByUri(java.lang.String uri)
void commit() throws ReportProcessingException
ReportProcessingException