XPathFunction

public interface XPathFunction

XPathFunction is an interface of any customized XPath functions.

Author:Hugo Y. K. Lam

Methods

execute

public Object execute(Vector args)

Invoked when evaluating its corresponding function in the XPath.

Parameters:
  • args – the arguments specifed in the XPath.
Returns:

the result after execution.