Home
last modified time | relevance | path

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

/plugin/scrape/vendor/ezyang/htmlpurifier/library/HTMLPurifier/
DLexer.php54 private $_entity_parser; variable in HTMLPurifier_Lexer
159 $this->_entity_parser = new HTMLPurifier_EntityParser();
221 $string = $this->_entity_parser->substituteSpecialEntities($string);
224 $string = $this->_entity_parser->substituteAttrEntities($string);
226 $string = $this->_entity_parser->substituteTextEntities($string);
343 $html = $this->_entity_parser->substituteNonSpecialEntities($html);