Searched refs:toMarkup (Results 1 – 3 of 3) sorted by relevance
972 _proto.toMarkup = function toMarkup() {976 markup += this.children[i].toMarkup();1084 var _toMarkup = function toMarkup(tagName) {1113 markup += this.children[i].toMarkup();1172 _proto.toMarkup = function toMarkup() {1213 _proto2.toMarkup = function toMarkup() {1262 _proto3.toMarkup = function toMarkup() {1382 _proto4.toMarkup = function toMarkup() {1459 _proto5.toMarkup = function toMarkup() {1471 markup += this.children[i].toMarkup();[all …]
1 …toMarkup=function(){for(var t="",e=0;e<this.children.length;e++)t+=this.children[e].toMarkup();ret… method
1042 toMarkup() { method in DocumentFragment1046 markup += this.children[i].toMarkup();1071 * `toNode` function or HTML markup using `toMarkup`. They are useful for both1145 const toMarkup = function toMarkup(tagName) { function1174 markup += this.children[i].toMarkup();1229 toMarkup() { method in Span1230 return toMarkup.call(this, "span");1265 toMarkup() { method in Anchor1266 return toMarkup.call(this, "a");1309 toMarkup() { method in Img[all …]