org.pentaho.reporting.engine.classic.core.modules.parser.bundle.writer.elements
Class CrosstabOtherGroupElementWriteHandler

java.lang.Object
  extended by org.pentaho.reporting.engine.classic.core.modules.parser.bundle.writer.elements.AbstractElementWriteHandler
      extended by org.pentaho.reporting.engine.classic.core.modules.parser.bundle.writer.elements.CrosstabOtherGroupElementWriteHandler
All Implemented Interfaces:
BundleElementWriteHandler

public class CrosstabOtherGroupElementWriteHandler
extends AbstractElementWriteHandler

Todo: Document Me

Author:
Thomas Morgner

Constructor Summary
CrosstabOtherGroupElementWriteHandler()
           
 
Method Summary
 void writeElement(org.pentaho.reporting.libraries.docbundle.WriteableDocumentBundle bundle, BundleWriterState state, org.pentaho.reporting.libraries.xmlns.writer.XmlWriter xmlWriter, Element element)
          Writes a single element as XML structure.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CrosstabOtherGroupElementWriteHandler

public CrosstabOtherGroupElementWriteHandler()
Method Detail

writeElement

public void writeElement(org.pentaho.reporting.libraries.docbundle.WriteableDocumentBundle bundle,
                         BundleWriterState state,
                         org.pentaho.reporting.libraries.xmlns.writer.XmlWriter xmlWriter,
                         Element element)
                  throws IOException,
                         BundleWriterException
Writes a single element as XML structure.

Parameters:
bundle - the bundle to which to write to.
state - the current write-state.
xmlWriter - the xml writer.
element - the element.
Throws:
IOException - if an IO error occured.
BundleWriterException - if an Bundle writer.