Lines Matching defs:NSS
39 NSS = {
135 if ns is not None and len(ns) > 0 and ns in NSS and len(tag) > 0 and tag[0] != '{':
136 val = "{%s}%s" % (NSS[ns], tag)
213 layerattr = self.document.xpath('//sodipodi:namedview/@inkscape:current-layer', namespaces=NSS)
216 layer = self.document.xpath('//svg:g[@id="%s"]' % layername, namespaces=NSS)
220 xattr = self.document.xpath('//sodipodi:namedview/@inkscape:cx', namespaces=NSS)
221 yattr = self.document.xpath('//sodipodi:namedview/@inkscape:cy', namespaces=NSS)
234 for node in self.document.xpath(path, namespaces=NSS):
239 el_list = self.document.xpath(path, namespaces=NSS)
251 docIdNodes = self.document.xpath('//@id', namespaces=NSS)
256 return self.document.xpath('//sodipodi:namedview', namespaces=NSS)[0]
297 retval = self.document.xpath(path, namespaces=NSS)[0]