Home
last modified time | relevance | path

Searched refs:HTMLPurifier_ErrorStruct (Results 1 – 2 of 2) sorted by relevance

/plugin/scrape/vendor/ezyang/htmlpurifier/library/HTMLPurifier/
DErrorStruct.php9 class HTMLPurifier_ErrorStruct class
58 $this->children[$type][$id] = new HTMLPurifier_ErrorStruct();
DErrorCollector.php119 $new_struct = new HTMLPurifier_ErrorStruct();
120 $new_struct->type = HTMLPurifier_ErrorStruct::TOKEN;
143 $struct = $struct->getChild(HTMLPurifier_ErrorStruct::ATTR, $attr);
149 $struct = $struct->getChild(HTMLPurifier_ErrorStruct::CSSPROP, $cssprop);