Searched refs:HTMLPurifier_Node_Text (Results 1 – 4 of 4) sorted by relevance
12 class HTMLPurifier_Node_Text extends HTMLPurifier_Node class
49 … return new HTMLPurifier_Node_Text($this->data, $this->is_whitespace, $this->line, $this->col);
91 if ($pcdata_allowed && $node instanceof HTMLPurifier_Node_Text) {
74 if (($node instanceof HTMLPurifier_Node_Text && !$node->is_whitespace) ||