Lines Matching refs:documentWrapper
1131 public $documentWrapper = null; variable in phpQueryObject
1201 $this->documentWrapper =& phpQuery::$documents[$id];
1202 $this->document =& $this->documentWrapper->document;
1203 $this->xpath =& $this->documentWrapper->xpath;
1204 $this->charset =& $this->documentWrapper->charset;
1205 $this->documentFragment =& $this->documentWrapper->isDocumentFragment;
1208 $this->root =& $this->documentWrapper->root;
1325 return $this->documentWrapper->isHTML;
1328 return $this->documentWrapper->isXHTML;
1331 return $this->documentWrapper->isXML;
1745 $xpath = $this->documentWrapper->isXHTML
2900 if ($this->documentWrapper->isXML)
2913 if ($this->documentWrapper->isXML)
2928 $nodes = $this->documentWrapper->import($html);
2947 $return = $this->documentWrapper->markup($this->elements, true);
2969 $markup = $this->documentWrapper->markup($this->elements);
3171 $insertTo = $this->documentWrapper->import($target);
3183 $insertFrom = $this->documentWrapper->import($target);
3203 : $target->documentWrapper->import($loop);
3215 : $this->documentWrapper->import($loop);
4505 foreach(phpQuery::$documents as $documentWrapper) {
4508 if ($documentWrapper->document->isSameNode($compare))
4509 $context = $documentWrapper->id;
4574 $phpQuery->documentWrapper->import($arg1)