Lines Matching refs:search
8 it easy to navigate, search, and modify the tree.
377 found = strainer.search(i)
950 def search(self, markup):
959 and self.search(element):
994 result = markup and matchAgainst.search(markup)
1041 """This class contains the basic parser and search code. It defines
1252 not self.parseOnlyThese.search(currentData)):
1595 match = self.CHARSET_RE.search(contentType)
1921 xml_encoding_match = regexp.search(xml_data)