|
Qizx/open API | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Provides access to context item, position and size. Passed to every eval method, and typically implemented by expressions that modify the focus, namely Path and Filter. (internal use).
Method Summary | |
XQItem |
currentItem()
Gets the current item. |
double |
currentItemAsDouble()
Gets the current item as a double for optimization. |
long |
currentItemAsInteger()
Gets the current item as an integer for optimization. |
java.lang.String |
currentItemAsString()
Gets the current item as a String for optimization. |
long |
getLast()
Gets context size. |
long |
getPosition()
Gets current item position. |
Method Detail |
public XQItem currentItem() throws XQueryException
XQueryException
public long currentItemAsInteger() throws XQueryException
XQueryException
public double currentItemAsDouble() throws XQueryException
XQueryException
public java.lang.String currentItemAsString() throws XQueryException
XQueryException
public long getPosition()
public long getLast() throws XQueryException
XQueryException
|
© 2005 Axyana Software | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |