javax.xml.xpath

Interface XPathFunction

public interface XPathFunction

An XPath extension function.

Since: 1.3

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

Method Detail

evaluate

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

Parameters: args the list of arguments