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

Function createBodyReader

static/word2md/mammoth.browser.js:801–810  ·  view source on GitHub ↗
(options)

Source from the content-addressed store, hash-verified

799var uris = require("./uris");
800
801function createBodyReader(options) {
802 return {
803 readXmlElement: function(element) {
804 return new BodyReader(options).readXmlElement(element);
805 },
806 readXmlElements: function(elements) {
807 return new BodyReader(options).readXmlElements(elements);
808 }
809 };
810}
811
812function BodyReader(options) {
813 var complexFieldStack = [];

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected