pub const DESCENDANT_OR_SELF: &str = "descendant-or-self::";
A prefix that searches the context node and its whole subtree: "a" becomes descendant-or-self::a.
prefix
"a"
descendant-or-self::a