Lines Matching defs:appendChild
94 self.appendChild(newChild)
114 def appendChild(self, node):
117 self.appendChild(c)
968 def appendChild(self, node):
1108 self.parentNode.appendChild(newText)
1392 def appendChild(self, newChild):
1468 doc.appendChild(doctype)
1469 doc.appendChild(element)
1613 def appendChild(self, node):
1627 return Node.appendChild(self, node)
1909 clone.appendChild(c)
1916 clone.appendChild(c)