Class PostfixLookupIterator

All Implemented Interfaces:
com.esotericsoftware.kryo.KryoSerializable, Serializable, RuntimeIteratorInterface

public class PostfixLookupIterator extends HybridRuntimeIterator
This Iterator is for the postfix lookup operator in XQuery. It is similar to ObjectLookup in JSONiq but supports both Objects (should be maps in the future) and Arrays. The lookupIterator is null in case we have a wildcard
See Also: