Lines Matching defs:HDOM_INFO_TEXT
42 define('HDOM_INFO_TEXT', 4);
351 if (isset($this->_[HDOM_INFO_TEXT])) {
352 return $this->dom->restore_noise($this->_[HDOM_INFO_TEXT]);
393 if (isset($this->_[HDOM_INFO_TEXT])) {
394 return $this->dom->restore_noise($this->_[HDOM_INFO_TEXT]);
428 case HDOM_TYPE_TEXT: return $this->dom->restore_noise($this->_[HDOM_INFO_TEXT]);
474 if (isset($this->_[HDOM_INFO_TEXT])) {
475 return $this->dom->restore_noise($this->_[HDOM_INFO_TEXT]);
987 if (isset($this->_[HDOM_INFO_TEXT])) {
988 return $this->_[HDOM_INFO_TEXT] = $value;
1662 $node->_[HDOM_INFO_TEXT] = $s;
1917 $node->_[HDOM_INFO_TEXT] = '<' . $tag . $this->copy_until_char('>');
1927 if ($this->char === '>') { $node->_[HDOM_INFO_TEXT] .= '>'; }
1938 $node->_[HDOM_INFO_TEXT] = $tag;
1946 $node->_[HDOM_INFO_TEXT] = '<' . $tag . $this->copy_until('<>');
1955 if ($this->char === '>') { $node->_[HDOM_INFO_TEXT] .= '>'; }
2002 $node->_[HDOM_INFO_TEXT] = '<' . $tag . $space[0] . $name;
2015 $node->_[HDOM_INFO_TEXT] = substr(
2144 $node->_[HDOM_INFO_TEXT] = '</' . $tag . '>';