Groovy Documentation

org.jdesktop.xpath.function
[Java] Class Replace

java.lang.Object
  org.jdesktop.xpath.function.AbstractFunction
      org.jdesktop.xpath.function.Replace

public class Replace
extends AbstractFunction

Authors:
richardallenbair


Field Summary
 
Fields inherited from class AbstractFunction
arity, name
 
Constructor Summary
Replace()

Creates a new instance of EndsWith

 
Method Summary
Object evaluate(List args)

 
Methods inherited from class AbstractFunction
getArity, getName, getNumberParam, getStringParam
 
Methods inherited from class Object
wait, wait, wait, equals, toString, hashCode, getClass, notify, notifyAll
 

Constructor Detail

Replace

public Replace()
Creates a new instance of EndsWith


 
Method Detail

evaluate

public Object evaluate(List args)


 

Groovy Documentation