Searched refs:cssExpr (Results 1 – 3 of 3) sorted by relevance
65 public function toXPath(string $cssExpr, string $prefix = 'descendant-or-self::') argument67 …return $this->cache[$prefix][$cssExpr] ?? $this->cache[$prefix][$cssExpr] = $this->translator->css…
31 public function cssToXPath(string $cssExpr, string $prefix = 'descendant-or-self::'): string; argument
93 public function cssToXPath(string $cssExpr, string $prefix = 'descendant-or-self::'): string argument95 $selectors = $this->parseSelectors($cssExpr);