Lines Matching refs:isDocumentFragment
171 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;
681 $fragment->isDocumentFragment = false;
694 $fragment->isDocumentFragment = $tmp;
712 if ($this->isDocumentFragment && ! $innerMarkup)
749 if ($this->isDocumentFragment) {
1205 $this->documentFragment =& $this->documentWrapper->isDocumentFragment;