root.setAttribute("xmlns","http://www.gexf.net/1.2draft");
root.setAttribute("xmlns:viz", "http://www.gexf.net/1.2draft/viz");
root.setAttribute("xmlns:xsi", "http://www.w3.org/2001/XMLSchema-instance");
root.setAttribute("version","1.2");
root.setAttribute("xsi:schemaLocation","http://www.gexf.net/1.2draft http://www.gexf.net/1.2draft/gexf.xsd");
doc.appendChild(root);
Element graph = doc.createElement("graph");
graph.setAttribute("defaultedgetype","undirected");
root.appendChild(graph);