public class TableParser extends Object implements AutoCloseable
| Constructor and Description |
|---|
TableParser(AbstractTable table,
TableWriter writer,
XPath xpath) |
| Modifier and Type | Method and Description |
|---|---|
void |
close() |
int |
getRowCount()
Get the number of processed data rows (excluding header rows if applicable).
|
protected AbstractTable |
getTable() |
void |
processNode(Node node) |
public TableParser(AbstractTable table, TableWriter writer, XPath xpath) throws ExportException, IOException
ExportExceptionIOExceptionprotected AbstractTable getTable()
public void processNode(Node node) throws ExportException, IOException
ExportExceptionIOExceptionpublic void close()
throws IOException
close in interface AutoCloseableIOExceptionpublic int getRowCount()
Copyright © 2013–2017 R.W.Majeed. All rights reserved.