Searched refs:HTMLPurifier_AttrDef_Text (Results 1 – 2 of 2) sorted by relevance
31 $this->info['CDATA'] = new HTMLPurifier_AttrDef_Text();37 $this->info['Text'] = new HTMLPurifier_AttrDef_Text();47 $this->info['ContentType'] = new HTMLPurifier_AttrDef_Text();48 $this->info['ContentTypes'] = new HTMLPurifier_AttrDef_Text();49 $this->info['Charsets'] = new HTMLPurifier_AttrDef_Text();50 $this->info['Character'] = new HTMLPurifier_AttrDef_Text();
6 class HTMLPurifier_AttrDef_Text extends HTMLPurifier_AttrDef class