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