3 class HTMLPurifier_Strategy_ErrorsHarness
extends HTMLPurifier_ErrorsHarness
7 protected function getStrategy() {}
9 protected function invoke($input)
11 $strategy = $this->getStrategy();
12 $lexer = new HTMLPurifier_Lexer_DirectLex();
13 $tokens = $lexer->tokenizeHTML($input, $this->config
, $this->context
);
14 $strategy->execute($tokens, $this->config
, $this->context
);