Searched refs:subnode (Results 1 – 1 of 1) sorted by relevance
100 def __processElementText(self, node, subnode, isText=True): argument115 text = subnode.text116 subnode.text = None118 text = subnode.tail119 subnode.tail = None121 childResult = self.__processPlaceholders(text, subnode)123 if not isText and node is not subnode:124 pos = node.getchildren().index(subnode)125 node.remove(subnode)