/**
  * Gets the XHTML representation of the element's opening tag
  *
  * @return string
  */
 protected function GetOpenTagXhtml()
 {
     return $this->b_render_base_element ? parent::GetOpenTagXhtml() : '';
 }