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