gnu.xml.xpath

Interface Function

public interface Function

Interface to be implemented by external functions that need to receive parameter values.

Method Summary

void
setArguments(List args)
Sets the list of expressions to evaluate as parameter values.

Method Details

setArguments

public void setArguments(List args)
Sets the list of expressions to evaluate as parameter values.