Home
last modified time | relevance | path

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

/plugin/scrape/vendor/ezyang/htmlpurifier/library/HTMLPurifier/Lexer/
DDOMLex.php118 $needEndingTag = $this->createStartNode($node, $tokens, $collect, $config);
183 protected function createStartNode($node, &$tokens, $collect, $config) function in HTMLPurifier_Lexer_DOMLex