// Generated automatically from org.jaxen.Function for testing purposes package org.jaxen; import java.util.List; import org.jaxen.Context; public interface Function { Object call(Context p0, List p1); }