Home
last modified time | relevance | path

Searched refs:newNodeList (Results 1 – 5 of 5) sorted by relevance

/plugin/scrape/vendor/scotteh/php-dom-wrapper/src/Traits/
DTraversalTrait.php26 public function newNodeList(iterable $nodes = null): NodeList { function
59 $results = $this->newNodeList();
69 $node->newNodeList($domxpath->query($xpath, $node))
250 }, $this->newNodeList());
265 }, $this->newNodeList());
359 $node->newNodeList($node->childNodes)
361 }, $this->newNodeList());
397 $resultNodes = $this->newNodeList();
433 $resultNodes = $this->newNodeList();
DManipulationTrait.php75 $newNodes = $this->newNodeList();
155 $nodeList = $this->newNodeList();
350 $clonedNodes = $this->newNodeList();
685 $nodes = $this->newNodeList([$nodes->first()]);
702 $nodes = $this->newNodeList([$nodes->first()]);
DNodeTrait.php20 return $this->newNodeList([$this]);
/plugin/scrape/vendor/scotteh/php-dom-wrapper/src/
DNodeList.php158 $nodes = $this->newNodeList();
211 return $this->newNodeList(array_merge($this->toArray(), $elements));
223 return $this->newNodeList($nodeList);
DDocument.php65 return $this->newNodeList([$this]);
90 return $this->newNodeList();