Searched refs:_append_child (Results 1 - 2 of 2) sorted by relevance
/third_party/python/Lib/xml/dom/ |
H A D | expatbuilder.py | 33 from xml.dom.minidom import _append_child, _set_attribute_node namespace 245 _append_child(self.document, doctype) 270 _append_child(self.curNode, node) 292 _append_child(self.curNode, node) 303 _append_child(self.curNode, node) 331 _append_child(self.curNode, node) 354 _append_child(self.curNode, node) 746 _append_child(self.curNode, node)
|
H A D | minidom.py | 127 _append_child(self, node) 285 def _append_child(self, node): function
|
Completed in 5 milliseconds