|
XCC/J 6.0-3 | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.marklogic.xcc.exceptions.XQueryStackFrame
public class XQueryStackFrame
An XQuery evaluator stack frame.
| Constructor Summary | |
|---|---|
XQueryStackFrame(String uri,
int line,
String operation,
XdmVariable[] variables,
String contextItem,
int contextPosition,
String xqueryVersion)
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. |
String |
getXQueryVersion()
Get the XQuery version for this stack frame |
| 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,
String xqueryVersion)
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.xqueryVersion - The XQuery version of the module| Method Detail |
|---|
public String getUri()
public int getLineNumber()
public String getOperation()
public XdmVariable[] getVariables()
public String getContextItem()
public int getContextPosition()
public String getXQueryVersion()
|
XCC/J 6.0-3 | ||||||||
| 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