public static class TraceVariablesBind.TraceVariable
extends java.lang.Object
| Constructor and Description |
|---|
TraceVariablesBind.TraceVariable(javax.xml.namespace.QName variableName)
Instantiates a new trace variable.
|
| Modifier and Type | Method and Description |
|---|---|
net.sf.saxon.s9api.XdmValue |
getEvaluatedValue()
Gets the evaluated value.
|
javax.xml.namespace.QName |
getVariableName()
Gets the variable name.
|
boolean |
isRequired()
Checks if is required.
|
void |
setEvaluatedValue(net.sf.saxon.s9api.XdmValue lastVal)
Sets the evaluated value.
|
public TraceVariablesBind.TraceVariable(javax.xml.namespace.QName variableName)
variableName - the variable namepublic void setEvaluatedValue(net.sf.saxon.s9api.XdmValue lastVal)
lastVal - the new evaluated valuepublic javax.xml.namespace.QName getVariableName()
public net.sf.saxon.s9api.XdmValue getEvaluatedValue()
public boolean isRequired()