Home
last modified time | relevance | path

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

/dokuwiki/_test/core/
H A DphpQuery-onefile.php173 public $isXHTML = false; variable in DOMDocumentWrapper
206 if ($this->isXHTML) {
239 if (! $loaded && $this->isXHTML) {
251 $this->isXML = $this->isXHTML = $this->isHTML = false;
342 $isContentTypeXHTML = $this->isXHTML();
343 $isMarkupXHTML = $this->isXHTML($markup);
346 $this->isXHTML = true;
350 $this->isDocumentFragment = $this->isXHTML
358 if ($this->isXHTML) {
418 if ($this->isXHTML)
[all …]