public class XPathVariableReference extends XPathExpression
| Modifier and Type | Field and Description |
|---|---|
XPathQName |
id |
| Constructor and Description |
|---|
XPathVariableReference() |
XPathVariableReference(XPathQName id) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
Object |
eval(DataInstance model,
EvaluationContext evalContext) |
boolean |
isIdempotent()
Returns true if this expression is idempotent with respect to the current state of the form.
|
void |
readExternal(DataInputStream in,
PrototypeFactory pf) |
String |
toString() |
void |
writeExternal(DataOutputStream out) |
eval, hashCode, pivot, pivot, print, printParseTreepublic XPathQName id
public XPathVariableReference()
public XPathVariableReference(XPathQName id)
public Object eval(DataInstance model, EvaluationContext evalContext)
eval in class XPathExpressionpublic boolean isIdempotent()
XPathExpressionisIdempotent in class XPathExpressionpublic void readExternal(DataInputStream in, PrototypeFactory pf) throws IOException, DeserializationException
IOExceptionDeserializationExceptionpublic void writeExternal(DataOutputStream out) throws IOException
IOExceptionCopyright © 2023. All rights reserved.