Lines Matching refs:tail
24 'tail' - an optional string containing text after the element's end tag.
141 <tag attrib>text<child/>...</tag>tail
159 tail = None
201 elem.tail = self.tail
341 the text and tail attributes to None.
346 self.text = self.tail = None
438 t = e.tail
946 if elem.tail:
947 write(_escape_cdata(elem.tail))
1004 if elem.tail:
1005 write(_escape_cdata(elem.tail))
1010 if elem.tail:
1011 write(elem.tail)
1179 tail = elem.getroot().tail
1180 if not tail or tail[-1] != "\n":
1394 assert self._last.tail is None, "internal error (tail)"
1395 self._last.tail = text