public interface NodeVisitor<D>
void
end(Node<D> node)
start(Node<D> node)
void start(Node<D> node)
void end(Node<D> node)