Home
last modified time | relevance | path

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

/plugin/scrape/vendor/scotteh/php-dom-wrapper/src/Traits/
DTraversalTrait.php50 return $this->findXPath(self::$cssSelectorConverter->toXPath($selector, $prefix));
58 public function findXPath(string $xpath): NodeList { function
263 $node->findXPath('child::*')
DManipulationTrait.php100 return $nodes->findXPath('self::*')->first();