Searched defs:oldChild (Results 1 – 1 of 1) sorted by relevance
| /third_party/python/Lib/xml/dom/ |
| D | minidom.py | 131 def replaceChild(self, newChild, oldChild): argument 163 def removeChild(self, oldChild): argument 979 def removeChild(self, oldChild): argument 987 def replaceChild(self, newChild, oldChild): argument 1400 def removeChild(self, oldChild): argument 1404 def replaceChild(self, newChild, oldChild): argument 1629 def removeChild(self, oldChild): argument
|