Package com.saxonica.functions.extfn
Class ArrayMemberValue
- java.lang.Object
-
- net.sf.saxon.value.ObjectValue<Sequence>
-
- com.saxonica.functions.extfn.ArrayMemberValue
-
- All Implemented Interfaces:
GroundedValue
,Item
,Sequence
,ExternalObject<Sequence>
public class ArrayMemberValue extends ObjectValue<Sequence>
This class implements the result of the saxon:array-member() extension function or the saxon:array-member instruction
-
-
Constructor Summary
Constructors Constructor Description ArrayMemberValue(Sequence sequence)
-
Method Summary
-
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, concatenate, containsNode, materialize
-
Methods inherited from interface net.sf.saxon.om.Item
getLength, head, isStreamed, itemAt, iterate, reduce, subsequence
-
Methods inherited from interface net.sf.saxon.om.Sequence
makeRepeatable
-
-
-
-
Constructor Detail
-
ArrayMemberValue
public ArrayMemberValue(Sequence sequence)
-
-