Class xrx.xpath.UnaryExpr
Extends
.
Defined in: unaryExpr.js.
Constructor Attributes | Constructor Name and Description |
---|---|
xrx.xpath.UnaryExpr(expr)
Constructor for UnaryExpr.
|
Method Attributes | Method Name and Description |
---|---|
evaluate(ctx)
|
|
toString()
|
Class Detail
xrx.xpath.UnaryExpr(expr)
Constructor for UnaryExpr.
- Parameters:
- {!xrx.xpath.Expr} expr
- The unary expression.
Method Detail
{number}
evaluate(ctx)
- Parameters:
- ctx
- Returns:
- {number} The number result.
toString()