Home
last modified time | relevance | path

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

/dokuwiki/_test/core/
H A DphpQuery-onefile.php171 public $isDocumentFragment; variable in DOMDocumentWrapper
267 if (!isset($this->isDocumentFragment))
268 $this->isDocumentFragment = self::isDocumentFragmentHTML($markup);
316 if ($this->isDocumentFragment) {
349 if (! isset($this->isDocumentFragment))
350 $this->isDocumentFragment = $this->isXHTML
382 if ($this->isDocumentFragment) {
644 $fragment->isDocumentFragment = false;
675 $fragment->isDocumentFragment = true;
680 $tmp = $fragment->isDocumentFragment;
[all …]