com.werken.xpath.function
インタフェース Function

既知の実装クラスの一覧:
BooleanFunction, CeilingFunction, ConcatFunction, ContainsFunction, FalseFunction, FloorFunction, LastFunction, NameFunction, NamespaceUriFunction, NumberFunction, PositionFunction, RoundFunction, StartsWithFunction, StringFunction, SubstringFunction, SumFunction, TrueFunction, NotFunction, CountFunction, SubstringBeforeFunction, StringLengthFunction, SubstringAfterFunction, LocalNameFunction

public interface Function

Interface for Function objects to conform to, for extensible function libraries.


メソッドの概要
 java.lang.Object call(Context context, java.util.List args)
          Call the function object.
 

メソッドの詳細

call

public java.lang.Object call(Context context,
                             java.util.List args)
Call the function object.
パラメータ:
context - The current context the function operates upon
args - The argument list to the function.
戻り値:
The result from calling the function.


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