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

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.ExternalElementWriteHandler
All Implemented Interfaces:
BundleElementWriteHandler

public class ExternalElementWriteHandler
extends AbstractElementWriteHandler

Todo: Document me!

Date: 21.07.2009 Time: 17:13:25

Author:
Thomas Morgner.

Constructor Summary
ExternalElementWriteHandler()
           
 
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

ExternalElementWriteHandler

public ExternalElementWriteHandler()
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.