Searched refs:isHTML (Results 1 – 1 of 1) sorted by relevance
174 public $isHTML = false; variable in DOMDocumentWrapper251 $this->isXML = $this->isXHTML = $this->isHTML = false;266 $this->isHTML = true;612 $fake->isHTML = $this->isHTML;1324 public function isHTML() { function in phpQueryObject1325 return $this->documentWrapper->isHTML;2932 if (($this->isXHTML() || $this->isHTML()) && $node->tagName == 'textarea')2941 if (($this->isXHTML() || $this->isHTML()) && $node->tagName == 'textarea')3675 if (! $this->isXHTML() && ! $this->isHTML())