Lines Matching refs:document
62 for node in self.document.xpath("//svg:script[@id='JessyInk']", namespaces=inkex.NSS):
66 if self.document.getroot().get("onload"):
67 propList = propStrToList(self.document.getroot().get("onload"))
76 self.document.getroot().set("onload", listToPropStr(propList))
78 if self.document.getroot().get("onload"):
79 del self.document.getroot().attrib["onload"]
83 for node in self.document.xpath("//*[@jessyink:effectIn]", namespaces=inkex.NSS):
86 for node in self.document.xpath("//*[@jessyink:effectOut]", namespaces=inkex.NSS):
90 for node in self.document.xpath("//*[@jessyInk_effectIn]", namespaces=inkex.NSS):
93 for node in self.document.xpath("//*[@jessyInk_effectOut]", namespaces=inkex.NSS):
98 for node in self.document.xpath("//*[@jessyink:masterSlide]", namespaces=inkex.NSS):
102 for node in self.document.xpath("//*[@jessyInk_masterSlide]", namespaces=inkex.NSS):
107 for node in self.document.xpath("//*[@jessyink:transitionIn]", namespaces=inkex.NSS):
110 for node in self.document.xpath("//*[@jessyink:transitionOut]", namespaces=inkex.NSS):
114 for node in self.document.xpath("//*[@jessyInk_transitionIn]", namespaces=inkex.NSS):
117 for node in self.document.xpath("//*[@jessyInk_transitionOut]", namespaces=inkex.NSS):
122 for node in self.document.xpath("//*[@jessyink:autoText]", namespaces=inkex.NSS):
126 for node in self.document.xpath("//*[@jessyInk_autoText]", namespaces=inkex.NSS):
131 for node in self.document.xpath("//*[@jessyink:view]", namespaces=inkex.NSS):