(OutputStream out)
| 82 | } |
| 83 | |
| 84 | public void writeTo(OutputStream out) throws IOException { |
| 85 | TableDocument doc = TableDocument.Factory.newInstance(); |
| 86 | doc.setTable(ctTable); |
| 87 | doc.save(out, DEFAULT_XML_OPTIONS); |
| 88 | } |
| 89 | |
| 90 | @Override |
| 91 | protected void commit() throws IOException { |