_verifyWriteCData();
int ix;
try {
ix = _xmlWriter.writeCData(cbuf, start, len);
} catch (IOException ioe) {
throw new IoStreamException(ioe);
}
if (ix >= 0) { // problems that could not to be fixed?
_reportNwfContent(ErrorConsts.WERR_CDATA_CONTENT, Integer.valueOf(ix));
}
}