Skip to main content

DESCENDANT_OR_SELF

Constant DESCENDANT_OR_SELF 

Source
pub const DESCENDANT_OR_SELF: &str = "descendant-or-self::";
Expand description

A prefix that searches the context node and its whole subtree: "a" becomes descendant-or-self::a.