Four Js Genero Report Writer
FourJs.Report.Runtime.DataConsumer Interface Reference

Interface for processors located at the head of the processing pipe. More...

Inheritance diagram for FourJs.Report.Runtime.DataConsumer:
FourJs.Report.Runtime.FourRpLayouter FourJs.Report.Runtime.FourRpProcessor FourJs.Report.Runtime.RemoteConnection

Public Member Functions

GreXmlWriter createXmlWriter ()
 Creates an GreXmlWriter into which the input document can be streamed thru the rendering pipe. The XmlWriter can be used for one stream only.
 
void runFromXML (String fileName)
 Streams the specified file thru the rendering pipe.
 
void runFromSerializable (Object data)
 Streams the data thru the rendering pipe. More...
 

Detailed Description

Interface for processors located at the head of the processing pipe.

Member Function Documentation

void FourJs.Report.Runtime.DataConsumer.runFromSerializable ( Object  data)