/* 405 */ w = new BufferedWriter(w);
/* */ }
/* 407 */ assert (this.toBeFlushed == null);
/* 408 */ this.toBeFlushed = w;
/* */
/* 410 */ CharacterEscapeHandler ceh = createEscapeHandler(encoding);
/* */ XMLWriter xw;
/* */ XMLWriter xw;
/* 413 */ if (isFormattedOutput()) {
/* 414 */ DataWriter d = new DataWriter(w, encoding, ceh);
/* 415 */ d.setIndentStep(this.indent);