net.xqj.marklogic
Class MarkLogicXQStackTraceElement

java.lang.Object
  extended by javax.xml.xquery.XQStackTraceElement
      extended by net.xqj.marklogic.MarkLogicXQStackTraceElement
All Implemented Interfaces:
Serializable

public class MarkLogicXQStackTraceElement
extends XQStackTraceElement

See Also:
Serialized Form

Constructor Summary
MarkLogicXQStackTraceElement(String moduleUri, int line, int column, int position, QName function, XQStackTraceVariable[] xqStackTraceVariables, String operation, String contextItem, long contextPosition, String xqueryVersion)
           
 
Method Summary
 String getContextItem()
           
 long getContextPosition()
           
 String getOperation()
           
 String getXQueryVersion()
           
 
Methods inherited from class javax.xml.xquery.XQStackTraceElement
getColumnNumber, getFunctionQName, getLineNumber, getModuleURI, getPosition, getVariables
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MarkLogicXQStackTraceElement

public MarkLogicXQStackTraceElement(String moduleUri,
                                    int line,
                                    int column,
                                    int position,
                                    QName function,
                                    XQStackTraceVariable[] xqStackTraceVariables,
                                    String operation,
                                    String contextItem,
                                    long contextPosition,
                                    String xqueryVersion)
Method Detail

getOperation

public String getOperation()

getContextItem

public String getContextItem()

getContextPosition

public long getContextPosition()

getXQueryVersion

public String getXQueryVersion()