org.exolab.adaptx.xpath
Class VariableSet
java.lang.Object
org.exolab.adaptx.xpath.VariableSet
- java.io.Serializable
public abstract class VariableSet
extends java.lang.Object
implements java.io.Serializable
An abstract class which allows the use of variables when
evaluating XPath expressions. A variable is a binding
between a string name and an XPathResult.
Version:
- Keith Visco
XPathResult
, XPathExpression
, Serialized Form
getVariable
public XPathResult getVariable(String name)
Returns the value of a variable. Returns null if a variable
with this name was not found in this variable bindings.
name
- The variable name
- The variable's value as an XPathResult, or null