com.novell.xml.xpath
Interface VariableBindings

All Known Implementing Classes:
ParserVariables, Stylesheet

public interface VariableBindings

An interface for binding XPath variables to values and for retrieving the variable values.

See Also:
ExpressionContext

Method Summary
 Expression getVariable(ExpandedQName varName)
          Return an object of type Expression given an ExpandedQName name.
 

Method Detail

getVariable

public Expression getVariable(ExpandedQName varName)
Return an object of type Expression given an ExpandedQName name.

Parameters:
varName - The name of the variable
Returns:
Expression object bound to passed name, or null if nothing bound to name.