function JuniiListRecordsHandler($_parser, $_baseURL)
 {
     parent::ListRecordsHandler($_parser, $_baseURL, 'junii');
     $this->_identifierTypeAttr = '';
 }
 function OaidcListRecordsHandler($_parser, $_baseURL)
 {
     parent::ListRecordsHandler($_parser, $_baseURL, 'oai_dc');
 }
 function Junii2ListRecordsHandler($_parser, $_baseURL)
 {
     parent::ListRecordsHandler($_parser, $_baseURL, 'junii2');
 }