IndentedWriter out = new IndentedWriter(System.out, lineNumbers) ;
// Need to check if used.
//PrefixMapping pmap = SSE.getDefaultPrefixMapWrite() ;
PrefixMapping pmap = null ;
SerializationContext sCxt = new SerializationContext(pmap) ;
ItemWriter.write(out, item, sCxt) ;
//item.output(out) ;
out.ensureStartOfLine() ;
out.flush();
}