Lines Matching refs:root
170 public $root; variable in DOMDocumentWrapper
188 $this->root = $this->document;
330 $this->root = $this->document;
414 $this->root = $this->document;
598 return $this->import($fake->root->childNodes);
614 $fake->root = $fake->document;
627 $fake->root->appendChild($node);
652 $fragment->root = $fragment->document->firstChild->nextSibling;
655 $fragment->root = $fragment->document->firstChild;
669 $fragment->root = $noBody
673 if (! $fragment->root)
714 if ($node->isSameNode($this->root)) {
1156 protected $root = array(); variable in phpQueryObject
1208 $this->root =& $this->documentWrapper->root;
1210 $this->elements = array($this->root);
1252 || $this->root->isSameNode($node);
1269 $this->elements = array($this->root);
1736 $this->root->appendChild($testNode);
1784 $this->root->removeChild($detachAfter);
3197 $loop = $this->root->childNodes;
3209 $loop = $target->root->childNodes;
3226 $loop = $this->root->childNodes;