/**
  * Converts an xml value to a php type.
  *
  * @param mixed $value
  *
  * @return mixed
  */
 public static function phpize($value)
 {
     return XmlUtil::phpize($value);
 }