Home | History | Annotate | Download | only in etree

Lines Matching refs:_data

1368         self._data = [] # data collector
1389 if self._data:
1391 text = "".join(self._data)
1398 self._data = []
1407 self._data.append(data)
1479 parser.CharacterDataHandler = self._data
1545 def _data(self, text):