Class XPathExpression


  • public class XPathExpression
    extends java.lang.Object
    • Constructor Summary

      Constructors 
      Constructor Description
      XPathExpression​(java.lang.String expression)
      This constructor sets the expression to the provided value.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.util.List evaluate​(commonj.sdo.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

        equals, 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​(commonj.sdo.DataObject dataObject,
                                       java.util.Map values)
        Execute the xpath expression on the provided dataObject, using the values in the map.
        Parameters:
        dataObject -
        values -
        Returns: