public class XmlStackFrame
extends java.lang.Object
XmlDebugListener. XmlStackFrame objects describe a stack frame in
the stack trace and includes a pointer to the previous stack frame.| Constructor and Description |
|---|
XmlStackFrame() |
| Modifier and Type | Method and Description |
|---|---|
XmlStackFrame |
getPreviousStackFrame()
Returns the previous stack frame or null if this is the first stack frame.
|
int |
getQueryColumn()
Returns the column number of the position in the query represented by this stack frame.
|
java.lang.String |
getQueryFile()
Returns the URI of the query represented by this stack frame.
|
int |
getQueryLine()
Returns the line number of the position in the query represented by this stack frame.
|
java.lang.String |
getQueryPlan()
Returns the query plan of the sub-expression represented by this stack frame.
|
XmlResults |
query(java.lang.String queryString)
Prepares and executes the query given in the dynamic context of the stack frame.
|
public java.lang.String getQueryFile()
throws XmlException
XmlExceptionpublic int getQueryLine()
throws XmlException
XmlExceptionpublic int getQueryColumn()
throws XmlException
XmlExceptionpublic XmlResults query(java.lang.String queryString) throws XmlException
queryString - The query expression to prepare and execute.XmlExceptionpublic java.lang.String getQueryPlan()
throws XmlException
XmlExceptionpublic XmlStackFrame getPreviousStackFrame() throws XmlException
XmlExceptionCopyright (c) 2004,2014 Oracle. All rights reserved.