Skip navigation links

Oracle Fusion Middleware Java API Reference for Oracle TopLink
11g Release 1 (11.1.1)

E28847-01


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

Field Summary
private  java.lang.String expression
           

 

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

 

Field Detail

expression

private java.lang.String expression

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:

Skip navigation links

Copyright © 1998, 2012, Oracle. All Rights Reserved.