138139140141142143144145146147148
} } xml.end(); // finish writing file xml.finish("</"+Tokens.GRAPHML+">\n"); } /** * Print a table schema to a GraphML file * @param xml the XMLWriter to write to
109110111112113114115116117118119
n = nextNode(n, xml); } // finish writing file xml.end(); xml.finish(); } /** * Find the next node in the depth first iteration, closing off open * branch tags as needed.