Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/thirdparty/
DBeautifulSoup.py530 self.isSelfClosing = parser.isSelfClosingTag(name)
1205 def isSelfClosingTag(self, name): member in BeautifulStoneSoup
1337 if not self.isSelfClosingTag(name) and not selfClosing:
1349 if selfClosing or self.isSelfClosingTag(name):