Lines Matching refs:root
25 root = self.document.getroot()
26 root.set("id", "SVGRoot")
27 root.set("width", str(width))
28 root.set("height", str(height))
29 root.set("viewBox", "0 0 " + str(width) + " " + str(height) )
32 clipPathRect = root.xpath(xpathStr, namespaces=inkex.NSS)
38 designZoneData = root.xpath(xpathStr, namespaces=inkex.NSS)
46 designZone = root.xpath(xpathStr, namespaces=inkex.NSS)
52 designZoneData = root.xpath(xpathStr, namespaces=inkex.NSS)
64 previewText = root.xpath(xpathStr, namespaces=inkex.NSS)
72 infoGroup = root.xpath(xpathStr, namespaces=inkex.NSS)
80 pattern1 = root.xpath(xpathStr, namespaces=inkex.NSS)
86 pattern2 = root.xpath(xpathStr, namespaces=inkex.NSS)
92 pattern3 = root.xpath(xpathStr, namespaces=inkex.NSS)
98 pattern4 = root.xpath(xpathStr, namespaces=inkex.NSS)
104 pattern5 = root.xpath(xpathStr, namespaces=inkex.NSS)
110 pattern6 = root.xpath(xpathStr, namespaces=inkex.NSS)
116 pattern7 = root.xpath(xpathStr, namespaces=inkex.NSS)
122 pattern8 = root.xpath(xpathStr, namespaces=inkex.NSS)
128 pattern9 = root.xpath(xpathStr, namespaces=inkex.NSS)
134 clonePreview1 = root.xpath(xpathStr, namespaces=inkex.NSS)
139 clonePreview2 = root.xpath(xpathStr, namespaces=inkex.NSS)
144 clonePreview3 = root.xpath(xpathStr, namespaces=inkex.NSS)
149 clonePreview4 = root.xpath(xpathStr, namespaces=inkex.NSS)
154 clonePreview5 = root.xpath(xpathStr, namespaces=inkex.NSS)
159 clonePreview6 = root.xpath(xpathStr, namespaces=inkex.NSS)
164 clonePreview7 = root.xpath(xpathStr, namespaces=inkex.NSS)
169 clonePreview8 = root.xpath(xpathStr, namespaces=inkex.NSS)
174 patternGenerator = root.xpath(xpathStr, namespaces=inkex.NSS)
186 namedview = root.find(inkex.addNS('namedview', 'sodipodi'))
188 namedview = inkex.etree.SubElement( root, inkex.addNS('namedview', 'sodipodi') );