pub fn get_next_element(node_in: &Node) -> Option<Node>
gets the following Element sibling of node (skipping over non-element nodes)
Element
node