Uses of Class
javax.xml.xquery.XQStackTraceVariable

Packages that use XQStackTraceVariable
javax.xml.xquery   
 

Uses of XQStackTraceVariable in javax.xml.xquery
 

Methods in javax.xml.xquery that return XQStackTraceVariable
 XQStackTraceVariable[] XQStackTraceElement.getVariables()
          Gets the variables in scope at this execution point, or null if no variable value retrieval is possible.
 

Constructors in javax.xml.xquery with parameters of type XQStackTraceVariable
XQStackTraceElement(String moduleURI, int line, int column, int position, QName function, XQStackTraceVariable[] variables)
          Construct an XQStackTraceElement object representing a frame in a stack trace.