/**
  * @return string
  */
 public function Name()
 {
     return htmlentities($this->tag->getName());
 }