Adaptive Framework 0.9.0

xpathExpression

The following is a list of functions in the category xpathExpression

FunctionDescription
xpathExpressionConverts value to data type xpathExpression returning xpathExpression result.
xpath_node_countThe number of nodes in a node-set.
xpath_node_eqChecks for xpathExpression arg1 is equal to xpathExpression arg2 and return the boolean result.
xpath_node_matchReturns true if any of the nodes matched by nodeset1 are equal to any of the nodes matched by nodeset2 or their corresponding children.