Interface: RelToXpathDetail
Defined in: xpath.ts:97
relToXpath with the extra bit exportXlsform needs: whether the whole
expression has an XPath shape at all. exportable: false means at least one
sub-expression was emitted as raw REL text (docs/20 §3 rule 1: jsonPath,
${obj.key} member access, array literals, host functions) and the caller
must emit a placeholder plus W_REL_UNEXPORTABLE instead of writing the
string into a real XLSForm column.
Extends
Properties
exportable
exportable: boolean;
Defined in: xpath.ts:98
lossless
lossless: boolean;
Defined in: xpath.ts:86
Inherited from
notes
notes: string[];
Defined in: xpath.ts:100
Human-readable reasons, one per approximation or unexportable node.
xpath
xpath: string;
Defined in: xpath.ts:85