Searched refs:theData (Results 1 – 1 of 1) sorted by relevance
3485 var doImport = mxUtils.bind(this, function(theData, theMimeType) argument3487 if (theData != null && theMimeType == 'application/pdf')3489 var xml = Editor.extractGraphModelFromPdf(theData);3494 theData = xml;3498 …if (theData != null) //Try to parse the file as xml (can be a library or mxfile). Otherwise, an er…3500 var doc = mxUtils.parseXml(theData);