Enumeration: Quantifier
Defined in: lang-xquery/src/ast/expression.ts:70
Whether a QuantifiedExpr requires all or at least one binding to satisfy the test.
Enumeration Members
EVERY
EVERY:
"every"
Defined in: lang-xquery/src/ast/expression.ts:72
All items in every bound sequence must satisfy the test expression.
SOME
SOME:
"some"
Defined in: lang-xquery/src/ast/expression.ts:74
At least one item in any bound sequence must satisfy the test expression.