|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Object | +--org.exolab.adaptx.xpath.VariableSet
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.
XPathResult,
XPathExpression,
Serialized Form| Constructor Summary | |
|---|---|
VariableSet()
|
|
| Method Summary | |
|---|---|
abstract XPathResult |
getVariable(java.lang.String name)
Returns the value of a variable. |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public VariableSet()
| Method Detail |
public abstract XPathResult getVariable(java.lang.String name)
name - The variable name
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||