EclipseLink 1.2.0, build 'v20091016-r5565' API Reference

org.eclipse.persistence.sdo.helper.extension
Class XPathExpression

java.lang.Object
  extended by org.eclipse.persistence.sdo.helper.extension.XPathExpression

public class XPathExpression
extends java.lang.Object


Constructor Summary
XPathExpression(java.lang.String expression)
          This constructor sets the expression to the provided value.
 
Method Summary
 java.util.List evaluate(DataObject dataObject, java.util.Map values)
          Execute the xpath expression on the provided dataObject, using the values in the map.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

XPathExpression

public XPathExpression(java.lang.String expression)
This constructor sets the expression to the provided value.

Parameters:
expression -
Method Detail

evaluate

public java.util.List evaluate(DataObject dataObject,
                               java.util.Map values)
Execute the xpath expression on the provided dataObject, using the values in the map.

Parameters:
dataObject -
values -
Returns:

EclipseLink 1.2.0, build 'v20091016-r5565' API Reference