Ontimize 5.2072EN

com.ontimize.report
Class ReportDesigner.XMLWriter

java.lang.Object
  extended bycom.ontimize.report.ReportDesigner.XMLWriter
Enclosing class:
ReportDesigner

public abstract static class ReportDesigner.XMLWriter
extends java.lang.Object


Field Summary
static java.lang.String groupHeader
           
 
Constructor Summary
ReportDesigner.XMLWriter()
           
 
Method Summary
static java.lang.String write(ReportDesigner.ReportDefinition rd)
           
protected static java.lang.String writeSection(java.lang.String sname, ReportDesigner.ReportSection s)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

groupHeader

public static java.lang.String groupHeader
Constructor Detail

ReportDesigner.XMLWriter

public ReportDesigner.XMLWriter()
Method Detail

writeSection

protected static java.lang.String writeSection(java.lang.String sname,
                                               ReportDesigner.ReportSection s)

write

public static java.lang.String write(ReportDesigner.ReportDefinition rd)

Ontimize