Home
last modified time | relevance | path

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

/dokuwiki/_test/core/
H A DphpQuery-onefile.php1131 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;
[all …]