com.werken.xpath
インタフェース FunctionContext

既知の実装クラスの一覧:
XPathFunctionContext

public interface FunctionContext

Specification of the interface required by ContextSupport for delegation of function resolution.

作成者:
bob mcwhirter (bob @ werken.com)

メソッドの概要
 Function getFunction(java.lang.String name)
          Retrieve a named function Retrieve the named function object, or null if no such function exists.
 

メソッドの詳細

getFunction

public Function getFunction(java.lang.String name)
Retrieve a named function

Retrieve the named function object, or null if no such function exists.

パラメータ:
name - The name of the function sought.
戻り値:
The Function matching the specified name.
関連項目:
ContextSupport.setFunctionContext(com.werken.xpath.FunctionContext)


Copyright ? 2000 bob mcwhirter and The Werken & Sons Company. All Rights Reserved.