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

java.lang.Object
  extended by org.pentaho.reporting.engine.classic.core.layout.output.AbstractOutputProcessor
      extended by org.pentaho.reporting.engine.classic.core.modules.output.pageable.base.AbstractPageableOutputProcessor
          extended by org.pentaho.reporting.engine.classic.core.modules.output.pageable.xml.XmlPageOutputProcessor
All Implemented Interfaces:
OutputProcessor, PageableOutputProcessor

public class XmlPageOutputProcessor
extends AbstractPageableOutputProcessor


Constructor Summary
XmlPageOutputProcessor(org.pentaho.reporting.libraries.base.config.Configuration configuration, OutputStream outputStream)
           
XmlPageOutputProcessor(OutputStream outputStream, OutputProcessorMetaData metaData)
           
 
Method Summary
 OutputProcessorMetaData getMetaData()
           
 void setFlowSelector(PageFlowSelector flowSelector)
           
 
Methods inherited from class org.pentaho.reporting.engine.classic.core.modules.output.pageable.base.AbstractPageableOutputProcessor
getPhysicalPage, getPhysicalPageCount
 
Methods inherited from class org.pentaho.reporting.engine.classic.core.layout.output.AbstractOutputProcessor
getLogicalPage, getLogicalPageCount, getPageCursor, isNeedAlignedPage, isPaginationFinished, processContent, processingFinished, processRecomputedContent, setPageCursor
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface org.pentaho.reporting.engine.classic.core.layout.output.OutputProcessor
getLogicalPage, getLogicalPageCount, getPageCursor, isNeedAlignedPage, isPaginationFinished, processContent, processingFinished, processRecomputedContent, setPageCursor
 

Constructor Detail

XmlPageOutputProcessor

public XmlPageOutputProcessor(org.pentaho.reporting.libraries.base.config.Configuration configuration,
                              OutputStream outputStream)

XmlPageOutputProcessor

public XmlPageOutputProcessor(OutputStream outputStream,
                              OutputProcessorMetaData metaData)
Method Detail

setFlowSelector

public void setFlowSelector(PageFlowSelector flowSelector)

getMetaData

public OutputProcessorMetaData getMetaData()