Lines Matching defs:HDOM_INFO_TEXT
39 define('HDOM_INFO_TEXT', 4);
348 if (isset($this->_[HDOM_INFO_TEXT])) {
349 return $this->dom->restore_noise($this->_[HDOM_INFO_TEXT]);
390 if (isset($this->_[HDOM_INFO_TEXT])) {
391 return $this->dom->restore_noise($this->_[HDOM_INFO_TEXT]);
425 case HDOM_TYPE_TEXT: return $this->dom->restore_noise($this->_[HDOM_INFO_TEXT]);
471 if (isset($this->_[HDOM_INFO_TEXT])) {
472 return $this->dom->restore_noise($this->_[HDOM_INFO_TEXT]);
991 if (isset($this->_[HDOM_INFO_TEXT])) {
992 return $this->_[HDOM_INFO_TEXT] = $value;
1668 $node->_[HDOM_INFO_TEXT] = $s;
1923 $node->_[HDOM_INFO_TEXT] = '<' . $tag . $this->copy_until_char('>');
1933 if ($this->char === '>') { $node->_[HDOM_INFO_TEXT] .= '>'; }
1944 $node->_[HDOM_INFO_TEXT] = $tag;
1952 $node->_[HDOM_INFO_TEXT] = '<' . $tag . $this->copy_until('<>');
1961 if ($this->char === '>') { $node->_[HDOM_INFO_TEXT] .= '>'; }
2008 $node->_[HDOM_INFO_TEXT] = '<' . $tag . $space[0] . $name;
2021 $node->_[HDOM_INFO_TEXT] = substr(
2150 $node->_[HDOM_INFO_TEXT] = '</' . $tag . '>';