org.pentaho.reporting.engine.classic.core.modules.output.pageable.xml.internal
Class XmlDocumentWriter

java.lang.Object
  extended by org.pentaho.reporting.engine.classic.core.layout.process.IterateStructuralProcessStep
      extended by org.pentaho.reporting.engine.classic.core.modules.output.pageable.xml.internal.XmlDocumentWriter

public class XmlDocumentWriter
extends IterateStructuralProcessStep

Creation-Date: 20.10.2007, 16:40:57

Author:
Thomas Morgner

Constructor Summary
XmlDocumentWriter(OutputStream outputStream, OutputProcessorMetaData metaData)
           
 
Method Summary
 void close()
           
 void open()
           
 void processLogicalPage(LogicalPageKey key, LogicalPageBox logicalPage)
           
 void processPhysicalPage(PageGrid pageGrid, LogicalPageBox logicalPage, int row, int col)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

XmlDocumentWriter

public XmlDocumentWriter(OutputStream outputStream,
                         OutputProcessorMetaData metaData)
Method Detail

open

public void open()
          throws IOException
Throws:
IOException

close

public void close()
           throws IOException
Throws:
IOException

processPhysicalPage

public void processPhysicalPage(PageGrid pageGrid,
                                LogicalPageBox logicalPage,
                                int row,
                                int col)
                         throws IOException
Throws:
IOException

processLogicalPage

public void processLogicalPage(LogicalPageKey key,
                               LogicalPageBox logicalPage)
                        throws IOException
Throws:
IOException