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

Function readNotesXml

static/word2md/mammoth.browser.js:1758–1762  ·  view source on GitHub ↗
(element)

Source from the content-addressed store, hash-verified

1756
1757function createReader(noteType, bodyReader) {
1758 function readNotesXml(element) {
1759 return Result.combine(element.getElementsByTagName("w:" + noteType)
1760 .filter(isFootnoteElement)
1761 .map(readFootnoteElement));
1762 }
1763
1764 function isFootnoteElement(element) {
1765 var type = element.attributes["w:type"];

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected