Translates a CSS selector to an XPath expression.
public function cssToXPath(string $cssExpr, string $prefix = 'descendant-or-self::') : string;