Package net.sf.saxon.expr.flwor
Class Tuple
- java.lang.Object
-
- net.sf.saxon.value.ObjectValue<Sequence<?>[]>
-
- net.sf.saxon.expr.flwor.Tuple
-
- All Implemented Interfaces:
Iterable<MapItem>,GroundedValue<MapItem>,Item<MapItem>,Sequence<MapItem>,ExternalObject<Sequence<?>[]>
public class Tuple extends ObjectValue<Sequence<?>[]>
A tuple, as it appears in an XQuery tuple stream handled by extended FLWOR expressions.
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Sequence<?>[]getMembers()-
Methods inherited from class net.sf.saxon.value.ObjectValue
atomize, displayTypeName, effectiveBooleanValue, equals, getGenre, getItemType, getObject, getStringValue, getStringValueCS, hashCode, toShortString
-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface net.sf.saxon.om.GroundedValue
asIterable, materialize
-
Methods inherited from interface net.sf.saxon.om.Item
getLength, head, isStreamed, itemAt, iterate, iterator, reduce, subsequence
-
Methods inherited from interface java.lang.Iterable
forEach, spliterator
-
Methods inherited from interface net.sf.saxon.om.Sequence
makeRepeatable
-
-