formatId(n.getId()), x, y);
}
StyleGroupSet sgs = buffer.getStyleGroups();
for (HashSet<StyleGroup> groups : sgs.zIndex()) {
for (StyleGroup group : groups) {
switch (group.getType()) {
case NODE:
for (Element e : group.elements())
outputNode((Node) e);