javax.xml.xpath
Interface XPathFunction


public interface XPathFunction

An XPath extension function.

Since:
1.3

Method Summary
 Object evaluate(List args)
          Evaluate the function with the specified arguments.
 

Method Detail

evaluate

Object evaluate(List args)
                throws XPathFunctionException
Evaluate the function with the specified arguments.

Parameters:
args - the list of arguments
Throws:
XPathFunctionException