|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface VariableContext
Specification of the interface required by
ContextSupport
for delegation
of variable resolution.
Method Summary | |
---|---|
java.lang.Object |
getVariableValue(java.lang.String name)
Resolve a variable binding |
Method Detail |
---|
java.lang.Object getVariableValue(java.lang.String name)
Retrieve the currently bound value of the named variable, or null if no such binding exists.
name
- The name of the variable sought.
ContextSupport.getVariableValue(java.lang.String)
,
ContextSupport.setVariableContext(com.werken.xpath.VariableContext)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |