Home
last modified time | relevance | path

Searched refs:cssExpr (Results 1 – 3 of 3) sorted by relevance

/plugin/scrape/vendor/symfony/css-selector/
DCssSelectorConverter.php65 public function toXPath(string $cssExpr, string $prefix = 'descendant-or-self::') argument
67 …return $this->cache[$prefix][$cssExpr] ?? $this->cache[$prefix][$cssExpr] = $this->translator->css…
/plugin/scrape/vendor/symfony/css-selector/XPath/
DTranslatorInterface.php31 public function cssToXPath(string $cssExpr, string $prefix = 'descendant-or-self::'): string; argument
DTranslator.php93 public function cssToXPath(string $cssExpr, string $prefix = 'descendant-or-self::'): string argument
95 $selectors = $this->parseSelectors($cssExpr);