Home
last modified time | relevance | path

Searched refs:getchildren (Results 1 – 9 of 9) sorted by relevance

/external/markdown/markdown/
Dtreeprocessors.py124 pos = node.getchildren().index(subnode)
172 for child in [node] + node.getchildren():
227 for child in [node] + node.getchildren():
266 for child in currElement.getchildren():
275 if child.getchildren():
/external/markdown/markdown/extensions/
Dfootnotes.py136 if li.getchildren():
287 node.getchildren().insert(0, footnotesDiv)
290 ind = element.getchildren().find(child)
291 element.getchildren().insert(ind + 1, footnotesDiv)
Dcodehilite.py185 children = block.getchildren()
/external/mesa3d/src/mapi/glapi/gen/
Dgl_XML.py709 for child in element.getchildren():
739 if element.getchildren():
911 for child in element.getchildren():
931 for child in cat.getchildren():
DglX_XML.py52 for child in element.getchildren():
134 for child in element.getchildren():
/external/python/cpython2/Lib/test/
Dtest_xml_etree.py828 def getchildren(): function
/external/python/cpython2/Lib/xml/etree/
DElementTree.py346 def getchildren(self): member in Element
/external/python/cpython2/Doc/library/
Dxml.etree.elementtree.rst705 .. method:: getchildren()
/external/python/cpython2/Doc/whatsnew/
D2.7.rst2044 :meth:`getiterator` is now deprecated, as is :meth:`getchildren`