7273747576777879808182
ctx.output = w; ctx.closeStreamAtEnd = false; ctx.gexf = new GEXF(); try { ctx.stream = new SmartXMLWriter(w, true); } catch (Exception e) { throw new IOException(e); } return ctx;