C_SvgDefsRequest.js 864 B

123456
  1. // Licensed Materials - Property of IBM
  2. // IBM Cognos Products: hal
  3. // (C) Copyright IBM Corp. 2003, 2017.
  4. // US Government Users Restricted Rights - Use, duplication or disclosure restricted by GSA ADP Schedule Contract with IBM Corp.
  5. function C_SvgDefsRequest(_hLN1, _hV52, _h092, _hTO1){this.F_ConstructBaseClass(_hLN1, _hV52, _h092, _hTO1);};C_SvgDefsRequest.F_Extends(C_MultiFileRequest);C_SvgDefsRequest.prototype.F_ProcessResponse=function(){C_MultiFileRequest.superClass.F_ProcessResponse.call(this);var _h9J1=this.F_GetFileNames();var _hEZ=this.F_GetFileContents();var _hAR1=[];for(var i=0;i<_h9J1.length;i++){var _h8A2=_h9J1[i];if(!G_HAL.F_FileHasBeenLoaded(_h8A2)){G_HAL.F_AddFileToLoadedList(_h8A2);_hAR1.push(_hEZ[_h8A2]);}}var div=document.body.appendChild(document.createElement('DIV'));div.style.display="none";div.innerHTML=_hAR1.join("\r\n");};