HTMLPurifier_Token_Text::toNode PHP Method

toNode() public method

public toNode ( )
    public function toNode()
    {
        return new HTMLPurifier_Node_Text($this->data, $this->is_whitespace, $this->line, $this->col);
    }
HTMLPurifier_Token_Text