protected static class WindowClause.Window extends Object
Modifier and Type | Field and Description |
---|---|
List<Item> |
contents |
Item |
endItem |
Item |
endNextItem |
int |
endPosition |
Item |
endPreviousItem |
boolean |
isDespatched |
Item |
startItem |
Item |
startNextItem |
int |
startPosition |
Item |
startPreviousItem |
Modifier | Constructor and Description |
---|---|
protected |
WindowClause.Window() |
Modifier and Type | Method and Description |
---|---|
boolean |
isDespatched()
Ask whether the tuple corresponding to this window has been despatched to the output tuple
stream.
|
boolean |
isFinished()
Ask whether we have found the last item in the window
|
public Item startItem
public int startPosition
public Item startPreviousItem
public Item startNextItem
public Item endItem
public int endPosition
public Item endPreviousItem
public Item endNextItem
public boolean isDespatched
public boolean isFinished()
public boolean isDespatched()
Copyright (c) 2004-2013 Saxonica Limited. All rights reserved.