Searched refs:xmlBuilder (Results 1 – 1 of 1) sorted by relevance
199 … var xmlBuilder = { str: _this.RESPONSE_HEADER, toString: function () { return this.str; } }; variable219 …nd */ (function (sb) { return sb.str = sb.str.concat(_this.RESPONSE_DIAGRAM_START); })(xmlBuilder);220 …(function (sb) { return sb.str = sb.str.concat(_this.processPage(graph_1, page_1)); })(xmlBuilder);221 …pend */ (function (sb) { return sb.str = sb.str.concat(_this.RESPONSE_DIAGRAM_END); })(xmlBuilder);249 … /* append */ (function (sb) { return sb.str = sb.str.concat(_this.RESPONSE_END); })(xmlBuilder);255 callback(xmlBuilder.str);