(element)
| 962 | } |
| 963 | |
| 964 | function readCommentReference(element) { |
| 965 | return elementResult(documents.commentReference({ |
| 966 | commentId: element.attributes["w:id"] |
| 967 | })); |
| 968 | } |
| 969 | |
| 970 | function readChildElements(element) { |
| 971 | return readXmlElements(element.children); |
nothing calls this directly
no test coverage detected