gnu.kawa.functions
Class ValuesMap
- CanInline, Inlineable, Named
Map a function over a value sequence, yielding a new sequence.
Normally, the function takes one argument, the item in the sequence.
If startCounter is non-negative, a position index is also passed.
Used to implement XQuery's 'for' form.
apply , apply , apply0 , apply1 , apply2 , apply3 , apply4 , applyN , check0 , check1 , check2 , check3 , check4 , checkArgCount , checkN , getName , getProperty , getSetter , getSymbol , match0 , match1 , match2 , match3 , match4 , matchN , maxArgs , minArgs , name , numArgs , removeProperty , set0 , set1 , setN , setName , setProperty , setProperty , setSetter , setSymbol , toString |
startCounter
public int startCounter
If non-negative also define a counter variable.
Used for XQuery's 'at' clause in a FLWOR expression.
valuesMap
public static final ValuesMap valuesMap
valuesMapWithPos
public static final ValuesMap valuesMapWithPos