DOMBuilder.buildRecursive

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.

struct DOMBuilder(T)
bool
buildRecursive
()

Meta