Lines Matching refs:XMLNS
154 var cell = createElt(xmlDoc, that.XMLNS, "Cell");
165 var row = createElt(xmlDoc, that.XMLNS, "Row");
339 var shape = createElt(xmlDoc, that.XMLNS, "Shape");
401 var shape = createElt(xmlDoc, that.XMLNS, "Shape");
477 var geoSec = createElt(xmlDoc, that.XMLNS, "Section");
528 var gShapes = createElt(xmlDoc, that.XMLNS, "Shapes");
623 var root = createElt(xmlDoc, that.XMLNS, "PageContents");
625 root.setAttributeNS('http://www.w3.org/2000/xmlns/', 'xmlns', that.XMLNS);
628 var shapes = createElt(xmlDoc, that.XMLNS, "Shapes");
673 var connects = createElt(xmlDoc, that.XMLNS, "Connects");
685 var connect = createElt(xmlDoc, that.XMLNS, "Connect");
694 var connect = createElt(xmlDoc, that.XMLNS, "Connect");
720 var pagesRoot = createElt(pagesXmlDoc, that.XMLNS, "Pages");
721 pagesRoot.setAttributeNS('http://www.w3.org/2000/xmlns/', 'xmlns', that.XMLNS);
731 var pageE = createElt(pagesXmlDoc, that.XMLNS, "Page");
736 var pageSheet = createElt(pagesXmlDoc, that.XMLNS, "PageSheet");
744 var relE = createElt(pagesXmlDoc, that.XMLNS,"Rel");
748 var layerSec = createElt(pagesXmlDoc, that.XMLNS, "Section");
755 var layerRow = createElt(pagesXmlDoc, that.XMLNS, "Row");
994 VsdxExport.prototype.XMLNS = "http://schemas.microsoft.com/office/visio/2012/main"; method in VsdxExport