ch.ethz.mxquery.model
Class WindowVariable
java.lang.Object
ch.ethz.mxquery.model.WindowVariable
public class WindowVariable
- extends java.lang.Object
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
WINDOW_VAR_POSITION
public static final int WINDOW_VAR_POSITION
- See Also:
- Constant Field Values
WINDOW_VAR_CUR_ITEM
public static final int WINDOW_VAR_CUR_ITEM
- See Also:
- Constant Field Values
WINDOW_VAR_NEXT_ITEM
public static final int WINDOW_VAR_NEXT_ITEM
- See Also:
- Constant Field Values
WINDOW_VAR_PREV_ITEM
public static final int WINDOW_VAR_PREV_ITEM
- See Also:
- Constant Field Values
WindowVariable
public WindowVariable(QName qname,
int type,
QueryLocation loc)
throws MXQueryException
- Throws:
MXQueryException
getType
public int getType()
getQName
public QName getQName()
copy
public WindowVariable copy()
throws MXQueryException
- Throws:
MXQueryException
MXQuery 0.6.0 API Documentation - Copyright 2006-2009 ETH Zurich