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