com.ricebridge.xmlman.tp
Interface Function

All Known Implementing Classes:
TrimFunction, XmlFunction

public interface Function

Interface for the extensible function framework.

Implementations of Function are functors which are used to evaluate a function-call within an XPath expression.

The Source Code of this Java class is available under a BSD-style license.

Ricebridge acknowledges that the Jaxen XPath component is developed and maintained by The Werken Company.

Author:
Bob McWhirter

Method Summary
 Object call(com.ricebridge.xmlman.tp.Context context, List args)
          Call this function.
 

Method Detail

call

public Object call(com.ricebridge.xmlman.tp.Context context,
                   List args)
            throws com.ricebridge.xmlman.tp.FunctionCallException
Call this function.

Parameters:
context - The context at the point in the expression when the function is called.
args - List of arguments provided during the call of the function.
Throws:
com.ricebridge.xmlman.tp.FunctionCallException


Copyright © 2004-2005 Ricebridge