public function __construct($xml_filepath, $table_prefix, $type)
 {
     parent::__construct($xml_filepath, $table_prefix);
     $this->type = $type;
 }