Class Index | File Index

Classes


Class xrx.xpath.PathExpr


Extends .

Defined in: pathExpr.js.

Class Summary
Constructor Attributes Constructor Name and Description
 
xrx.xpath.PathExpr(filter, steps)
Constructor for PathExpr.
Method Summary
Method Attributes Method Name and Description
 
evaluate(ctx)
<static>  
xrx.xpath.PathExpr.isValidOp(token)
Returns whether the token is a valid PathExpr operator.
 
Class Detail
xrx.xpath.PathExpr(filter, steps)
Constructor for PathExpr.
Parameters:
{!xrx.xpath.Expr} filter
A filter expression.
{!Array.} steps
The steps in the location path.
Method Detail
{!xrx.xpath.NodeSet} evaluate(ctx)
Parameters:
ctx
Returns:
{!xrx.xpath.NodeSet} The nodeset result.

<static> {boolean} xrx.xpath.PathExpr.isValidOp(token)
Returns whether the token is a valid PathExpr operator.
Parameters:
{string} token
The token to be checked.
Returns:
{boolean} Whether the token is a valid operator.

toString()

Documentation generated by JsDoc Toolkit 2.4.0 on Thu Oct 17 2013 17:08:44 GMT+0200 (MESZ)