Lines Matching refs:_root
556 self._root = element # first node
562 return self._root
572 self._root = element
598 self._root = parser._parse_whole(source)
599 return self._root
605 self._root = parser.close()
606 return self._root
621 return self._root.iter(tag)
653 return self._root.find(path, namespaces)
675 return self._root.findtext(path, default, namespaces)
697 return self._root.findall(path, namespaces)
719 return self._root.iterfind(path, namespaces)
772 _serialize_text(write, self._root)
774 qnames, namespaces = _namespaces(self._root, default_namespace)
776 serialize(write, self._root, qnames, namespaces,