Searched refs:addAttributeMatching (Results 1 – 2 of 2) sorted by relevance
| /plugin/scrape/vendor/symfony/css-selector/XPath/Extension/ |
| D | NodeExtension.php | 139 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/ |
| D | Translator.php | 206 …public function addAttributeMatching(XPathExpr $xpath, string $operator, string $attribute, ?strin… function in Symfony\\Component\\CssSelector\\XPath\\Translator
|