/**
  * Convenience method for manufacturing an instance for hew instance-level methods (and for easier type definition).
  *
  * @return GoogleSitemap
  */
 public static function inst()
 {
     return GoogleSitemap::create();
 }