(element)
| 1762 | } |
| 1763 | |
| 1764 | function isFootnoteElement(element) { |
| 1765 | var type = element.attributes["w:type"]; |
| 1766 | return type !== "continuationSeparator" && type !== "separator"; |
| 1767 | } |
| 1768 | |
| 1769 | function readFootnoteElement(footnoteElement) { |
| 1770 | var id = footnoteElement.attributes["w:id"]; |
nothing calls this directly
no outgoing calls
no test coverage detected