def reset(self):
     HTMLGetData.reset(self)
     self.found_root_path = False
     self.result_type = ''
     self.add_path_node('html')
     self.add_path_node('body')
     self.add_path_conditioned_node("div",[('id','content')])
Example #2
0
 def reset(self):
     HTMLGetData.reset(self)
     self.found_root_path = False
     self.result_type = ''
     self.add_path_node('html')
     self.add_path_node('body')
     self.add_path_conditioned_node("div", [('id', 'content')])