public class XPathExpression
extends java.lang.Object
Constructor and Description |
---|
XPathExpression(java.lang.String expression)
This constructor sets the expression to the provided value.
|
Modifier and Type | Method and Description |
---|---|
java.util.List |
evaluate(DataObject dataObject, java.util.Map values)
Execute the xpath expression on the provided dataObject, using the values in the map.
|