Lines Matching refs:search
8 it easy to navigate, search, and modify the tree.
341 found = strainer.search(i)
902 def search(self, markup):
910 and self.search(element):
945 result = markup and matchAgainst.search(markup)
1122 """This class contains the basic parser and search code. It defines
1319 not self.parseOnlyThese.search(currentData)):
1572 match = self.CHARSET_RE.search(contentType)
1903 xml_encoding_match = regexp.search(xml_data)