com.werken.xpath.function
クラス StringFunction

java.lang.Object
  |
  +--com.werken.xpath.function.StringFunction
すべての実装インタフェース:
Function

public class StringFunction
extends java.lang.Object
implements Function

4.2 string string(object)

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

コンストラクタの概要
StringFunction()
           
 
メソッドの概要
 java.lang.Object call(Context context, java.util.List args)
          Call the function object.
static java.lang.String evaluate(org.jdom.Element elem)
           
static java.lang.String evaluate(java.lang.Object obj)
           
 
クラス java.lang.Object から継承したメソッド
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

コンストラクタの詳細

StringFunction

public StringFunction()
メソッドの詳細

call

public java.lang.Object call(Context context,
                             java.util.List args)
インタフェース Function の記述:
Call the function object.
定義:
インタフェース Function 内の call
インタフェース com.werken.xpath.function.Function からコピーされたタグ:
パラメータ:
context - The current context the function operates upon
args - The argument list to the function.
戻り値:
The result from calling the function.

evaluate

public static java.lang.String evaluate(java.lang.Object obj)

evaluate

public static java.lang.String evaluate(org.jdom.Element elem)


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