Home
last modified time | relevance | path

Searched refs:parseShapes (Results 1 – 2 of 2) sorted by relevance

/plugin/diagramsnet/lib/js/diagramly/vsdx/
H A Dimporter.js3610 this.shapes = this.parseShapes(pageChildElem, null, false);
3695 mxVsdxPage.prototype.parseShapes = function (shapesElement, master, recurse) {
9821 … _this.childShapes = page.parseShapes(shapesElement, _this.master, false);
/plugin/diagramsnet/lib/js/
H A Dextensions.min.js1213 …,b){return a&&a.equals?a.equals(b):a===b}(n,"Shapes"))this.shapes=this.parseShapes(g,null,!1);else…
1216 ….parseNodes(c,a,b.substring(0,g));break}c=c.nextSibling}}};d.prototype.parseShapes=function(b,a,c)… method in d
1450 …sdxConstants.SHAPES);null!=b&&0<b.length&&(b=b.item(0),c.childShapes=a.parseShapes(b,c.master,!1))…