org.jfree.report.modules.gui.config.xml
public final class: DOMWriter [javadoc |
source]
java.lang.Object
org.jfree.xml.writer.XMLWriterSupport
org.jfree.report.modules.gui.config.xml.DOMWriter
A XML-Writer utility class, that helps when writing an XML document
from an arbitary data source.
| Method from org.jfree.report.modules.gui.config.xml.DOMWriter Summary: |
|---|
|
getInstance |
| Method from org.jfree.report.modules.gui.config.xml.DOMWriter Detail: |
public static synchronized DOMWriter getInstance() {
if (singleton == null)
{
singleton = new DOMWriter();
}
return singleton;
}
Returns the singleton instance of this DOM writer. |