Lines Matching full:lastchild
179 lastChild = self._lastRecursiveChild()180 nextElement = lastChild.next187 lastChild.next = None199 lastChild = self200 while hasattr(lastChild, 'contents') and lastChild.contents:201 lastChild = lastChild.contents[-1]202 return lastChild