Class xrx.xpath.PathExpr.RootHelperExpr
Extends
.
Defined in: pathExpr.js.
Constructor Attributes | Constructor Name and Description |
---|---|
Constructor for RootHelperExpr.
|
Method Attributes | Method Name and Description |
---|---|
evaluate(ctx)
Evaluates the root-node helper expression.
|
|
toString()
|
Method Detail
{!xrx.xpath.NodeSet}
evaluate(ctx)
Evaluates the root-node helper expression.
- Parameters:
- {!xrx.xpath.Context} ctx
- The context to evaluate the expression in.
- Returns:
- {!xrx.xpath.NodeSet} The evaluation result.
toString()