|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.knime.core.data.xml.io.XMLCellWriterFactory
public class XMLCellWriterFactory
Factory class to create @link{XMLCellWriter}.
| Constructor Summary | |
|---|---|
XMLCellWriterFactory()
|
|
| Method Summary | |
|---|---|
static XMLCellWriter |
createXMLCellWriter(OutputStream os)
Create writer to write xml cells. |
static XMLCellWriter |
createXMLCellWriter(OutputStream os,
boolean writeHeader)
Create writer to write xml cells. |
static XMLCellWriter |
createXMLMultiCellWriter(OutputStream os,
QName rootElement,
Map<QName,String> rootAttributes)
Create writer to write xml cells enclosed in the given root element. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public XMLCellWriterFactory()
| Method Detail |
|---|
public static XMLCellWriter createXMLCellWriter(OutputStream os)
throws IOException
os - the xml cells are written to this resource.
IOException - when writer could not be initialized and when
header could not be written
public static XMLCellWriter createXMLCellWriter(OutputStream os,
boolean writeHeader)
throws IOException
os - the xml cells are written to this resource.writeHeader - true when the xml header should be written.
IOException - when writer could not be initialized and when
header could not be written
public static XMLCellWriter createXMLMultiCellWriter(OutputStream os,
QName rootElement,
Map<QName,String> rootAttributes)
throws IOException
os - the xml cells are written to this resource.rootElement - the qualified name of the root elementrootAttributes - the attributes of the root element
IOException - when writer could not be initialized and when
header could not be written
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||