MCPcopy
hub / github.com/exceljs/exceljs / writeXml

Method writeXml

lib/utils/xml-stream.js:93–100  ·  view source on GitHub ↗
(xml)

Source from the content-addressed store, hash-verified

91 }
92
93 writeXml(xml) {
94 if (this.open) {
95 this._xml.push(CLOSE_ANGLE);
96 this.open = false;
97 }
98 this.leaf = false;
99 this._xml.push(xml);
100 }
101
102 closeNode() {
103 const node = this._stack.pop();

Callers 5

renderMethod · 0.80
renderMethod · 0.80
renderMethod · 0.80
renderMethod · 0.80
renderMethod · 0.80

Calls 1

pushMethod · 0.45

Tested by

no test coverage detected