pub fn element_nodes(node: &Node) -> Vec<Node>
obtains all Element children of node, ignoring all other node types
Element
node