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