|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--com.jrefinery.report.io.ext.writer.AbstractXMLDefinitionWriter | +--com.jrefinery.report.io.ext.writer.ReportDescriptionWriter
A report description writer. The ReportDefinitionWriter
class is responsible for
writing the complete XML report definition file, but it delegates one large section (the
report description) to this class.
Field Summary |
Fields inherited from class com.jrefinery.report.io.ext.writer.AbstractXMLDefinitionWriter |
CLOSE, CLOSE_TAG_DECREASE, INDENT_ONLY, OPEN, OPEN_TAG_INCREASE |
Constructor Summary | |
ReportDescriptionWriter(ReportWriter reportWriter,
int indent)
Creates a new report description writer. |
Method Summary | |
void |
write(java.io.Writer writer)
Writes a report description element to a character stream writer. |
Methods inherited from class com.jrefinery.report.io.ext.writer.AbstractXMLDefinitionWriter |
decreaseIndent, getIndentLevel, getLineSeparator, getReport, getReportWriter, getSafeTags, increaseIndent, indent, normalize, writeCloseTag, writeTag, writeTag, writeTag |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public ReportDescriptionWriter(ReportWriter reportWriter, int indent)
reportWriter
- the report writer.indent
- the current indention level.Method Detail |
public void write(java.io.Writer writer) throws java.io.IOException, ReportWriterException
write
in class AbstractXMLDefinitionWriter
writer
- the character stream writer.
java.io.IOException
- if there is an I/O problem.
ReportWriterException
- if there is a problem writing the report.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |