this.out.write("\n" + this.record.xmlText(this.options));
this.out.write("\n<!-- end of record "
+ this.numberOfConvertedRecords + " -->\n");
this.out.flush();
} catch (final IOException e) {
throw new MabParseException(e.getMessage() + " at "
+ this.numberOfConvertedRecords);
}
// if (logger.isDebugEnabled()) {
// logger.debug("endRecord() - write record: " +