Lines Matching full:elementpath
127 from . import ElementPath129 ElementPath = _SimpleElementPath()363 return ElementPath.find(self, path, namespaces)378 return ElementPath.findtext(self, path, default, namespaces)390 return ElementPath.findall(self, path, namespaces)402 return ElementPath.iterfind(self, path, namespaces)