|
XCC/J 3.2-9 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.marklogic.xcc.exceptions.XQueryStackFrame
An XQuery evaluator stack frame.
| Constructor Summary | |
XQueryStackFrame(String uri,
int line,
String operation,
XdmVariable[] variables,
String contextItem,
int contextPosition)
Construct a stack frame. |
|
| Method Summary | |
String |
getContextItem()
Get the context item, or null if there is no context defined. |
int |
getContextPosition()
Get the context position, or 0 if there is no context defined. |
int |
getLineNumber()
Get the line number in the XQuery source. |
String |
getOperation()
Get the description of the current operation. |
String |
getUri()
Get the URI of the XQuery source. |
XdmVariable[] |
getVariables()
Get the variable bindings. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public XQueryStackFrame(String uri,
int line,
String operation,
XdmVariable[] variables,
String contextItem,
int contextPosition)
uri - The URI of the XQuery source.line - The line number in the XQuery source.operation - The description of the current operation.variables - The variable bindings.contextItem - The context item or null.contextPosition - The context position or 0.| Method Detail |
public String getUri()
public int getLineNumber()
public String getOperation()
public XdmVariable[] getVariables()
public String getContextItem()
public int getContextPosition()
|
XCC/J 3.2-9 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
Complete online documentation for MarkLogic Server, XQuery and related components may be found at developer.marklogic.com