Lines Matching defs:tail
24 'tail' - an optional string containing text after the element's end tag.
142 <tag attrib>text<child/>...</tag>tail
160 tail = None
207 elem.tail = self.tail
334 the text and tail attributes to None.
339 self.text = self.tail = None
421 t = e.tail
911 if elem.tail:
912 write(_escape_cdata(elem.tail))
965 if elem.tail:
966 write(_escape_cdata(elem.tail))
971 if elem.tail:
972 write(elem.tail)
1149 tail = elem.getroot().tail
1150 if not tail or tail[-1] != "\n":
1159 itself will not be changed, but the tail text of all elements in its
1194 if not child.tail or not child.tail.strip():
1195 child.tail = child_indentation
1198 if not child.tail.strip():
1199 child.tail = indentations[level]
1435 assert self._last.tail is None, "internal error (tail)"
1436 self._last.tail = text