Module org.eclipse.persistence.sdo
Class XPathExpression
java.lang.Object
org.eclipse.persistence.sdo.helper.extension.XPathExpression
-
Constructor Summary
ConstructorDescriptionXPathExpression
(String expression) This constructor sets the expression to the provided value. -
Method Summary
Modifier and TypeMethodDescriptionevaluate
(DataObject dataObject, Map values) Execute the xpath expression on the provided dataObject, using the values in the map.
-
Constructor Details
-
XPathExpression
This constructor sets the expression to the provided value.- Parameters:
expression
-
-
-
Method Details
-
evaluate
Execute the xpath expression on the provided dataObject, using the values in the map.- Parameters:
dataObject
-values
-- Returns:
-