Searched refs:selfClosing (Results 1 – 11 of 11) sorted by relevance
/external/chromium-trace/catapult/third_party/vinn/third_party/parse5/test/fixtures/ |
D | simple_api_parser_test.js | 39 startTag: function (tagName, attrs, selfClosing) { argument 47 actual += selfClosing ? '/>' : '>';
|
D | tokenizer_test.js | 40 if (nextToken.selfClosing)
|
/external/chromium-trace/catapult/third_party/vinn/third_party/parse5/lib/simple_api/ |
D | simple_api_parser.js | 83 this.handlers.startTag(token.tagName, token.attrs, token.selfClosing);
|
/external/autotest/site_utils/rpm_control_system/ |
D | BeautifulSoup.py | 1330 def unknown_starttag(self, name, attrs, selfClosing=0): argument 1340 if not self.isSelfClosingTag(name) and not selfClosing: 1352 if selfClosing or self.isSelfClosingTag(name):
|
/external/chromium-trace/catapult/third_party/vinn/third_party/parse5/ |
D | README.md | 139 startTag: function(tagName, attrs, selfClosing /*, [location] */) {
|
D | parse5.js | 1092 this.handlers.startTag(token.tagName, token.attrs, token.selfClosing); 1739 selfClosing: false, 3057 this.currentToken.selfClosing = true; 6566 if (token.selfClosing) 6578 if (token.selfClosing) 7844 if (token.selfClosing)
|
/external/chromium-trace/catapult/third_party/html5lib-python/html5lib/ |
D | html5parser.py | 1192 selfClosing=token["selfClosing"])) 1220 selfClosing=token["selfClosing"])) 2715 selfClosing=False): argument 2719 "selfClosing": selfClosing}
|
/external/chromium-trace/catapult/third_party/vinn/third_party/parse5/lib/tokenization/ |
D | tokenizer.js | 290 selfClosing: false, 1608 this.currentToken.selfClosing = true;
|
/external/owasp/sanitizer/lib/htmlparser-1.3/ |
D | htmlparser-1.3-with-transitions.jar | META-INF/MANIFEST.MF
nu/validator/htmlparser/tools/XSLT4HTML5XOM.class
XSLT4HTML5XOM ... |
D | htmlparser-1.3.jar | META-INF/MANIFEST.MF
nu/validator/htmlparser/tools/XSLT4HTML5XOM.class
XSLT4HTML5XOM ... |
/external/chromium-trace/catapult/third_party/vinn/third_party/parse5/lib/tree_construction/ |
D | parser.js | 1528 if (token.selfClosing) 1540 if (token.selfClosing) 2806 if (token.selfClosing)
|