Adaptive Framework 0.9.0

xpath_node_match

The following is a list of properties for the function xpath_node_match:

PropertyValue
briefChecks whether two node-sets or their children have an equal node
categoryxpathExpression
descriptionReturns true if any of the nodes matched by nodeset1 are equal to any of the nodes matched by nodeset2 or their corresponding children.
functionIdxpath_node_match
functionLabelxpath_node_match
puretrue
parameters[ { "dataType": "xpathExpression", "name": "nodeset2" }, { "dataType": "xpathExpression", "name": "arg2" } ]
returns{ "dataType": "boolean" }