Add node to the last TagState on the stack.
node
void addNode(Node node) { _stack.last.children.add(node); }