private static function reset_internals()
 {
     self::$_output = '';
     self::$_objects = array();
     self::$_depth = 10;
 }