public class XPathExpression extends Object
Constructor and Description |
---|
XPathExpression(String expression)
This constructor sets the expression to the provided value.
|
Modifier and Type | Method and Description |
---|---|
List |
evaluate(commonj.sdo.DataObject dataObject,
Map values)
Execute the xpath expression on the provided dataObject,
using the values in the map.
|
public XPathExpression(String expression)
expression
- Copyright © 2007–2020 Eclipse.org - EclipseLink Project. All rights reserved.