/**
  * first child
  *
  * @return mixed
  */
 public function firstChild()
 {
     return $this->root->first_child();
 }