}
@Override
public void endElement(String uri, String localname, String name) {
Stack<Node> children = siblings.pop();
TempNode c = null;
Node n = siblings.peek().pop();
if (n instanceof Element) {
Element e = (Element) n;
AttrNode a = e.getFirstAttr();
while (!children.isEmpty()) {