Function DOMBuilder.buildRecursive
Recursively adds the current node and all its children to the DOM tree.
Behaves as cursor
: it advances the input to the next sibling, returning
true
if and only if there exists such next sibling.
Prototype
bool buildRecursive();
Authors
Lodovico Giaretta
Copyright
Copyright Lodovico Giaretta 2016 --