Searched refs:isDocumentFragment (Results 1 – 1 of 1) sorted by relevance
171 public $isDocumentFragment; variable in DOMDocumentWrapper267 if (!isset($this->isDocumentFragment))268 $this->isDocumentFragment = self::isDocumentFragmentHTML($markup);316 if ($this->isDocumentFragment) {349 if (! isset($this->isDocumentFragment))350 $this->isDocumentFragment = $this->isXHTML382 if ($this->isDocumentFragment) {644 $fragment->isDocumentFragment = false;675 $fragment->isDocumentFragment = true;680 $tmp = $fragment->isDocumentFragment;[all …]