Class xrx.xpath.FilterExpr
Extends
.
Defined in: filterExpr.js.
Constructor Attributes | Constructor Name and Description |
---|---|
xrx.xpath.FilterExpr(primary, predicates)
Constructor for FilterExpr.
|
Method Attributes | Method Name and Description |
---|---|
evaluate(ctx)
|
|
toString()
|
Class Detail
xrx.xpath.FilterExpr(primary, predicates)
Constructor for FilterExpr.
- Parameters:
- {!xrx.xpath.Expr} primary
- The primary expression.
- {!xrx.xpath.Predicates} predicates
- The predicates.
Method Detail
{!xrx.xpath.NodeSet}
evaluate(ctx)
- Parameters:
- ctx
- Returns:
- {!xrx.xpath.NodeSet} The nodeset result.
toString()