public class XPathVariableReference extends XPathExpression
Modifier and Type | Field and Description |
---|---|
XPathQName |
id |
indent
Constructor and Description |
---|
XPathVariableReference() |
XPathVariableReference(XPathQName id) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(java.lang.Object o) |
java.lang.Object |
eval(FormInstance model,
EvaluationContext evalContext) |
void |
readExternal(java.io.DataInputStream in,
PrototypeFactory pf) |
java.lang.String |
toString() |
void |
writeExternal(java.io.DataOutputStream out) |
eval, hashCode, pivot, pivot, print, printParseTree
public XPathQName id
public XPathVariableReference()
public XPathVariableReference(XPathQName id)
public java.lang.Object eval(FormInstance model, EvaluationContext evalContext)
eval
in class XPathExpression
public java.lang.String toString()
toString
in class java.lang.Object
public boolean equals(java.lang.Object o)
equals
in class java.lang.Object
public void readExternal(java.io.DataInputStream in, PrototypeFactory pf) throws java.io.IOException, DeserializationException
java.io.IOException
DeserializationException
public void writeExternal(java.io.DataOutputStream out) throws java.io.IOException
java.io.IOException