|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.jfree.xml.writer.XMLWriterSupport
org.jfree.report.modules.parser.extwriter.AbstractXMLDefinitionWriter
org.jfree.report.modules.parser.extwriter.ParserConfigWriter
A parser configuration writer.
Field Summary |
Fields inherited from class org.jfree.xml.writer.XMLWriterSupport |
CLOSE, CLOSE_TAG_DECREASE, INDENT_ONLY, OPEN, OPEN_TAG_INCREASE |
Constructor Summary | |
ParserConfigWriter(ReportWriter reportWriter,
int indentLevel)
Creates a new writer. |
Method Summary | |
void |
write(java.io.Writer writer)
Writes the XML. |
void |
writeFactory(java.io.Writer w,
java.lang.String tagName,
java.util.Iterator it)
Writes a factory element. |
Methods inherited from class org.jfree.report.modules.parser.extwriter.AbstractXMLDefinitionWriter |
getDefaultSafeTags, getReport, getReportWriter, normalize, writeComment, writeComment |
Methods inherited from class org.jfree.xml.writer.XMLWriterSupport |
allowLineBreak, decreaseIndent, endBlock, getIndentLevel, getLineSeparator, getSafeTags, increaseIndent, indent, startBlock, writeCloseTag, writeTag, writeTag, writeTag, writeTag |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public ParserConfigWriter(ReportWriter reportWriter, int indentLevel)
reportWriter
- the report writer.indentLevel
- the current indention level.Method Detail |
public void write(java.io.Writer writer) throws java.io.IOException
write
in class AbstractXMLDefinitionWriter
writer
- the writer.
java.io.IOException
- if there is an I/O problem.public void writeFactory(java.io.Writer w, java.lang.String tagName, java.util.Iterator it) throws java.io.IOException
w
- the writer.tagName
- the tag name.it
- an iterator over a collection of factories, which should be defined
for the target report.
java.io.IOException
- if there is an I/O problem.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |