public function registerTagHandler($tagName, $handler)
 {
     $this->tagFactory->registerTagHandler($tagName, $handler);
 }