|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface UnaryExpr
Represents an XPath unary expression such as -78
.
This is production 27 in the
XPath 1.0 specification:
[27] UnaryExpr ::= UnionExpr | '-' UnaryExpr
Method Summary | |
---|---|
Expr |
getExpr()
Returns the expression following the minus sign. |
Methods inherited from interface org.jaxen.expr.Expr |
---|
evaluate, getText, simplify |
Method Detail |
---|
Expr getExpr()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |