pub fn get_root<N: DomNavigator>(node: &N) -> N
Get the root node from a given node.
Navigates to the document root.
node
A clone of the navigator positioned at the root.