public class XPathStringLiteral extends XPathExpression
| Constructor and Description |
|---|
XPathStringLiteral() |
XPathStringLiteral(String s) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
Object |
eval(DataInstance model,
EvaluationContext evalContext) |
void |
readExternal(DataInputStream in,
PrototypeFactory pf) |
String |
toString() |
void |
writeExternal(DataOutputStream out) |
eval, hashCode, pivot, pivot, print, printParseTreepublic String s
public XPathStringLiteral()
public XPathStringLiteral(String s)
public Object eval(DataInstance model, EvaluationContext evalContext)
eval in class XPathExpressionpublic void readExternal(DataInputStream in, PrototypeFactory pf) throws IOException, DeserializationException
IOExceptionDeserializationExceptionpublic void writeExternal(DataOutputStream out) throws IOException
IOExceptionCopyright © 2023. All rights reserved.