MCPcopy Create free account
hub / github.com/TruthHun/BookStack / XMLStreamWriter

Function XMLStreamWriter

static/word2md/mammoth.browser.js:31747–31750  ·  view source on GitHub ↗
(stream, options)

Source from the content-addressed store, hash-verified

31745 extend(XMLStreamWriter, superClass);
31746
31747 function XMLStreamWriter(stream, options) {
31748 XMLStreamWriter.__super__.constructor.call(this, options);
31749 this.stream = stream;
31750 }
31751
31752 XMLStreamWriter.prototype.document = function(doc) {
31753 var child, i, j, len, len1, ref, ref1, results;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected