data = $data; $this->is_whitespace = $is_whitespace; $this->line = $line; $this->col = $col; } public function toTokenPair() { return array ( new HTMLPurifier_Token_Text ( $this->data, $this->line, $this->col ), null ); } } // vim: et sw=4 sts=4