/* */
/* 245 */ this.content.endDocument();
/* */
/* 248 */ writeXmlVersion(writer);
/* */
/* 250 */ ContentWriter contentWriter = new ContentWriter(writer, propertyIsTrueOrNotSet("org.jboss.xml.binding.marshalling.indent"));
/* */
/* 253 */ this.content.handleContent(contentWriter);
/* */
/* 255 */ if (this.log.isTraceEnabled())
/* */ {
/* 257 */ StringWriter traceWriter = new StringWriter();
/* 258 */ contentWriter = new ContentWriter(traceWriter, propertyIsTrueOrNotSet("org.jboss.xml.binding.marshalling.indent"));
/* */
/* 261 */ this.content.handleContent(contentWriter);
/* 262 */ this.log.trace("marshalled:\n" + traceWriter.getBuffer().toString());
/* */ }
/* */ }