UNPKG

enketo-transformer

Version:

Library that transforms ODK-compliant XForms into a format that Enketo can consume

16 lines (15 loc) 386 B
"use strict"; Object.defineProperty(exports, Symbol.toStringTag, { value: "Module" }); const NodeTypes = { ELEMENT_NODE: 1, ATTRIBUTE_NODE: 2, TEXT_NODE: 3, CDATA_SECTION_NODE: 4, PROCESSING_INSTRUCTION_NODE: 7, COMMENT_NODE: 8, DOCUMENT_NODE: 9, DOCUMENT_TYPE_NODE: 10, DOCUMENT_FRAGMENT_NODE: 11 }; exports.NodeTypes = NodeTypes; //# sourceMappingURL=shared.cjs.map