Prev Class | Next Class | Frames | No Frames |
Summary: Nested | Field | Method | Constr | Detail: Nested | Field | Method | Constr |
java.lang.Object
org.jfree.report.flow.AbstractReportTarget
org.jfree.report.flow.LibLayoutReportTarget
Nested Class Summary | |
protected static class |
Constructor Summary | |
| |
|
Method Summary | |
void |
|
void |
|
void |
|
String | |
protected InputFeed | |
protected LayoutProcess | |
NamespaceDefinition |
|
NamespaceCollection | |
protected void |
|
boolean | |
void |
|
void |
|
void | |
ReportTargetState | |
void |
|
void |
|
Methods inherited from class org.jfree.report.flow.AbstractReportTarget | |
createDefaultNameSpaces , getBaseResource , getReportJob , getResourceManager |
public LibLayoutReportTarget(ReportJob reportJob, ResourceKey baseResourceKey, ResourceManager resourceManager, LayoutProcess layoutProcess)
- Parameters:
reportJob
-baseResourceKey
- may be null, if the report has not gone through the parserresourceManager
- may be null, a generic resource manager will be builtlayoutProcess
-
protected LibLayoutReportTarget(ReportJob reportJob, ResourceKey baseResource, ResourceManager resourceManager, LayoutProcess layoutProcess, NamespaceCollection namespaces)
public void endElement(AttributeMap attrs) throws DataSourceException, ReportProcessingException
- Specified by:
- endElement in interface ReportTarget
public void endReport(ReportStructureRoot report) throws DataSourceException, ReportProcessingException
- Specified by:
- endReport in interface ReportTarget
public String getExportDescriptor()
- Specified by:
- getExportDescriptor in interface ReportTarget
public NamespaceDefinition getNamespaceByUri(String uri)
- Specified by:
- getNamespaceByUri in interface ReportTarget
public void processContent(DataFlags value) throws DataSourceException, ReportProcessingException
- Specified by:
- processContent in interface ReportTarget
public void processText(String text) throws DataSourceException, ReportProcessingException
- Specified by:
- processText in interface ReportTarget
public ReportTargetState saveState() throws StateException
- Specified by:
- saveState in interface StatefullReportTarget
public void startElement(AttributeMap attrs) throws DataSourceException, ReportProcessingException
- Specified by:
- startElement in interface ReportTarget
public void startReport(ReportStructureRoot report) throws DataSourceException, ReportProcessingException
- Specified by:
- startReport in interface ReportTarget