Home
last modified time | relevance | path

Searched refs:addAttributeMatching (Results 1 – 2 of 2) sorted by relevance

/plugin/scrape/vendor/symfony/css-selector/XPath/Extension/
DNodeExtension.php139 return $translator->addAttributeMatching($xpath, $node->getOperator(), $attribute, $value);
146 return $translator->addAttributeMatching($xpath, '~=', '@class', $node->getName());
153 return $translator->addAttributeMatching($xpath, '=', '@id', $node->getId());
/plugin/scrape/vendor/symfony/css-selector/XPath/
DTranslator.php206 …public function addAttributeMatching(XPathExpr $xpath, string $operator, string $attribute, ?strin… function in Symfony\\Component\\CssSelector\\XPath\\Translator