Searched refs:_append_child (Results 1 - 4 of 4) sorted by relevance

/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/xml/dom/
H A Dexpatbuilder.py33 from xml.dom.minidom import _append_child, _set_attribute_node namespace
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)
H A Dminidom.py125 _append_child(self, node)
275 def _append_child(self, node): function
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/xml/dom/
H A Dexpatbuilder.py33 from xml.dom.minidom import _append_child, _set_attribute_node namespace
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)
H A Dminidom.py125 _append_child(self, node)
275 def _append_child(self, node): function

Completed in 50 milliseconds