org.eclipse.persistence.sdo.helper.extension
Class XPathExpression
java.lang.Object
org.eclipse.persistence.sdo.helper.extension.XPathExpression
public class XPathExpression
- extends Object
Constructor Summary |
XPathExpression(String expression)
This constructor sets the expression to the provided value. |
Method Summary |
List |
evaluate(commonj.sdo.DataObject dataObject,
Map values)
Execute the xpath expression on the provided dataObject,
using the values in the map. |
XPathExpression
public XPathExpression(String expression)
- This constructor sets the expression to the provided value.
- Parameters:
expression
-
evaluate
public List evaluate(commonj.sdo.DataObject dataObject,
Map values)
- Execute the xpath expression on the provided dataObject,
using the values in the map.
- Parameters:
dataObject
- values
-
- Returns: