|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.knime.core.data.xml.io.XMLDOMCellReader
class XMLDOMCellReader
A @link{XMLCellReader} to read a single cell from given
| Constructor Summary | |
|---|---|
XMLDOMCellReader(InputStream is)
Create a new instance of a @link{XMLCellReader} to read a single cell from given @link{InputStream}. |
|
| Method Summary | |
|---|---|
void |
close()
Closes any resources need for the read process. |
XMLValue |
readXML()
Reads the next XML @link{DataCell}. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public XMLDOMCellReader(InputStream is)
throws ParserConfigurationException
is - the resource to read from
ParserConfigurationException - when the factory object for DOMs
could not be created.| Method Detail |
|---|
public XMLValue readXML()
throws IOException
readXML in interface XMLCellReaderIOException - If an error occurred during the read process.
public void close()
throws IOException
close in interface XMLCellReaderIOException - If an error occurred.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||