public abstract class XPathUnaryOpExpr extends XPathOpExpr
| Modifier and Type | Field and Description |
|---|---|
XPathExpression |
a |
| Constructor and Description |
|---|
XPathUnaryOpExpr() |
XPathUnaryOpExpr(XPathExpression a) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
containsFunc(String name) |
boolean |
equals(Object o) |
boolean |
isIdempotent()
Returns true if this expression is idempotent with respect to the current state of the form.
|
void |
readExternal(DataInputStream in,
PrototypeFactory pf) |
void |
writeExternal(DataOutputStream out) |
eval, eval, hashCode, pivot, pivot, print, printParseTreepublic XPathExpression a
public XPathUnaryOpExpr()
public XPathUnaryOpExpr(XPathExpression a)
public 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.