/**
  * Returns type
  *
  * @return string
  */
 public function getType()
 {
     return $this->node->getType();
 }