public class XQStackTraceVariable
extends java.lang.Object
implements java.io.Serializable
XQStackTraceElement
,
XQQueryException
,
Serialized FormConstructor and Description |
---|
XQStackTraceVariable(javax.xml.namespace.QName qname,
java.lang.String value)
Construct a stack trace variable object.
|
Modifier and Type | Method and Description |
---|---|
javax.xml.namespace.QName |
getQName()
Gets the
QName of the variable. |
java.lang.String |
getValue()
Gets a short string representation of the value of the
stack variable.
|
public XQStackTraceVariable(javax.xml.namespace.QName qname, java.lang.String value)
qname
- the QName of the variable in the error stack
value
- a vendor specific short string representation
of the value of the variable in the error stackpublic javax.xml.namespace.QName getQName()
QName
of the variable.QName
of the variable in the stackpublic java.lang.String getValue()
String
representation of the
value of the variable. This representation is
vendor specific.Copyright (c) 2004-2018 Saxonica Limited. All rights reserved.