Home
last modified time | relevance | path

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

/external/webkit/Tools/Scripts/webkitpy/thirdparty/
DBeautifulSoup.py507 self.isSelfClosing = parser.isSelfClosingTag(name)
1269 def isSelfClosingTag(self, name): member in BeautifulStoneSoup
1407 if not self.isSelfClosingTag(name) and not selfClosing:
1419 if selfClosing or self.isSelfClosingTag(name):