MCPcopy
hub / github.com/exceljs/exceljs / openXml

Method openXml

lib/utils/xml-stream.js:42–48  ·  view source on GitHub ↗
(docAttributes)

Source from the content-addressed store, hash-verified

40 }
41
42 openXml(docAttributes) {
43 const xml = this._xml;
44 // <?xml version="1.0" encoding="UTF-8" standalone="yes"?>
45 xml.push('<?xml');
46 pushAttributes(xml, docAttributes);
47 xml.push('?>\n');
48 }
49
50 openNode(name, attributes) {
51 const parent = this.tos;

Callers 15

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

Calls 2

pushAttributesFunction · 0.85
pushMethod · 0.45

Tested by

no test coverage detected