Lines Matching refs:childNodes
249 del self.document.childNodes[-1]
275 childNodes = self.curNode.childNodes
278 and childNodes[-1].nodeType == CDATA_SECTION_NODE):
279 childNodes[-1].appendData(data)
283 elif childNodes and childNodes[-1].nodeType == TEXT_NODE:
284 node = childNodes[-1]
297 childNodes = self.curNode.childNodes
298 if childNodes and childNodes[-1].nodeType == TEXT_NODE:
299 node = childNodes[-1]
322 node.childNodes.append(child)
366 d = a.childNodes[0].__dict__
424 for child in node.childNodes:
494 for child in node.childNodes[:]:
764 d = a.childNodes[0].__dict__
788 d = a.childNodes[0].__dict__