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

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

public interface VariableContext

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

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

メソッドの概要
 java.lang.Object getVariableValue(java.lang.String name)
          Resolve a variable binding Retrieve the currently bound value of the named variable, or null if no such binding exists.
 

メソッドの詳細

getVariableValue

public java.lang.Object getVariableValue(java.lang.String name)
Resolve a variable binding

Retrieve the currently bound value of the named variable, or null if no such binding exists.

パラメータ:
name - The name of the variable sought.
戻り値:
The currently bound value of the variable, or null.
関連項目:
ContextSupport.getVariableValue(java.lang.String), ContextSupport.setVariableContext(com.werken.xpath.VariableContext)


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