pub fn is_descendant_or_self(child: &Node, parent: &Node) -> bool
Is child the same as parent, or a descendent of parent?
child
parent