pub fn named_children<'a>( node: &'a Node<'a>, ) -> impl Iterator<Item = Node<'a>> + 'a
Get the named children of a node