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 |
containsFunc(String name) |
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 boolean containsFunc(@NotNull
String name)
containsFunc in class XPathExpressionpublic void readExternal(DataInputStream in, PrototypeFactory pf) throws IOException, DeserializationException
IOExceptionDeserializationExceptionpublic void writeExternal(DataOutputStream out) throws IOException
IOExceptionCopyright © 2024. All rights reserved.