HomeSort by relevance Sort by last modified time
    Searched refs:__seen_starttag (Results 1 - 2 of 2) sorted by null

  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
xmllib.py 150 self.__seen_starttag = 0
283 self.__seen_starttag = 1
342 if self.__seen_starttag:
418 if not self.__seen_starttag:
530 if self.__seen_doctype or self.__seen_starttag:
604 if not self.__seen_starttag and self.__seen_doctype and \
607 if self.__seen_starttag and not self.stack:
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
xmllib.py 150 self.__seen_starttag = 0
283 self.__seen_starttag = 1
342 if self.__seen_starttag:
418 if not self.__seen_starttag:
530 if self.__seen_doctype or self.__seen_starttag:
604 if not self.__seen_starttag and self.__seen_doctype and \
607 if self.__seen_starttag and not self.stack:
    [all...]

Completed in 1045 milliseconds