/**
  * camel naming conventions
  *
  * @param int $idx
  * @return mixed
  */
 function childNodes($idx = -1)
 {
     return $this->root->childNodes($idx);
 }