Interface BundleElementWriteHandler

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      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.
    • Method Detail

      • writeElement

        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.