(name)
| 1416 | var id = element.attributes["w:id"]; |
| 1417 | |
| 1418 | function readOptionalAttribute(name) { |
| 1419 | return (element.attributes[name] || "").trim() || null; |
| 1420 | } |
| 1421 | |
| 1422 | return bodyReader.readXmlElements(element.children) |
| 1423 | .map(function(body) { |
no outgoing calls
no test coverage detected