org.knime.core.data.xml.io
Interface XMLCellWriter

All Known Implementing Classes:
XMLMultiCellWriter

public interface XMLCellWriter

An object to write xml cells (@link{XMLValue}).

Author:
Heiko Hofer

Method Summary
 void close()
          Close resources used for writing the xml cell.
 void write(XMLValue cell)
          Write the given cell.
 

Method Detail

write

void write(XMLValue cell)
           throws IOException
Write the given cell.

Parameters:
cell - the cell to write
Throws:
IOException - when an error occurs while writing

close

void close()
           throws IOException
Close resources used for writing the xml cell.

Throws:
IOException - when an error occurs


Copyright, 2003 - 2012. All rights reserved.
University of Konstanz, Germany.
Chair for Bioinformatics and Information Mining, Prof. Dr. Michael R. Berthold.
You may not modify, publish, transmit, transfer or sell, reproduce, create derivative works from, distribute, perform, display, or in any way exploit any of the content, in whole or in part, except as otherwise expressly permitted in writing by the copyright owner or as specified in the license file distributed with this product.