Searched refs:isSelfClosingTag (Results 1 - 1 of 1) sorted by relevance

/external/autotest/site_utils/rpm_control_system/
H A DBeautifulSoup.py542 self.isSelfClosing = parser.isSelfClosingTag(name)
1208 def isSelfClosingTag(self, name): member in class:BeautifulStoneSoup
1340 if not self.isSelfClosingTag(name) and not selfClosing:
1352 if selfClosing or self.isSelfClosingTag(name):

Completed in 104 milliseconds