Class ItemAt

  • All Implemented Interfaces:
    Named

    public class ItemAt
    extends Procedure2
    Returns a value at a given index in a sequence of values. Implements XQuery 'item-at'.
    • Field Detail

      • itemAt

        public static final ItemAt itemAt
    • Constructor Detail

      • ItemAt

        public ItemAt()
    • Method Detail

      • itemAt

        public static java.lang.Object itemAt​(java.lang.Object seq,
                                              int index)
      • apply2

        public java.lang.Object apply2​(java.lang.Object arg1,
                                       java.lang.Object arg2)
        Specified by:
        apply2 in class Procedure2