Adaptive Framework 0.9.0

xpath_node_eq

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

PropertyValue
briefChecks for equal
categoryxpathExpression
descriptionChecks for xpathExpression arg1 is equal to xpathExpression arg2 and return the boolean result.
functionIdxpath_node_eq
functionLabelxpath_node_eq
puretrue
op==
parameters[ { "dataType": "xpathExpression", "name": "arg1" }, { "dataType": "xpathExpression", "name": "arg2" } ]
polymorphicExecuteFunctionafw_function_execute_eq
returns{ "dataType": "boolean" }