Searched refs:HTMLPurifier_ChildDef_List (Results 1 – 2 of 2) sorted by relevance
32 $ol = $this->addElement('ol', 'List', new HTMLPurifier_ChildDef_List(), 'Common');33 $ul = $this->addElement('ul', 'List', new HTMLPurifier_ChildDef_List(), 'Common');
12 class HTMLPurifier_ChildDef_List extends HTMLPurifier_ChildDef class