Home
last modified time | relevance | path

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

/external/markdown/markdown/
Dtreeprocessors.py100 def __processElementText(self, node, subnode, isText=True): argument
115 text = subnode.text
116 subnode.text = None
118 text = subnode.tail
119 subnode.tail = None
121 childResult = self.__processPlaceholders(text, subnode)
123 if not isText and node is not subnode:
124 pos = node.getchildren().index(subnode)
125 node.remove(subnode)