Recursively adds the current node and all its children to the DOM tree. Behaves as cursor.next: it advances the input to the next sibling, returning true if and only if there exists such next sibling.
See Implementation
Recursively adds the current node and all its children to the DOM tree. Behaves as cursor.next: it advances the input to the next sibling, returning true if and only if there exists such next sibling.