Searched refs:_append_child (Results 1 – 2 of 2) sorted by relevance
/external/python/cpython2/Lib/xml/dom/ |
D | expatbuilder.py | 33 from xml.dom.minidom import _append_child, _set_attribute_node 245 _append_child(self.document, doctype) 270 _append_child(self.curNode, node) 294 _append_child(self.curNode, node) 307 _append_child(self.curNode, node) 335 _append_child(self.curNode, node) 358 _append_child(self.curNode, node) 753 _append_child(self.curNode, node)
|
D | minidom.py | 125 _append_child(self, node) 275 def _append_child(self, node): function
|