Searched refs:shapesElement (Results 1 – 1 of 1) sorted by relevance
3695 mxVsdxPage.prototype.parseShapes = function (shapesElement, master, recurse) { argument3697 … var shapeList = shapesElement.getElementsByTagName(com.mxgraph.io.vsdx.mxVsdxConstants.SHAPE);9820 var shapesElement = shapesList.item(0);9821 … _this.childShapes = page.parseShapes(shapesElement, _this.master, false);