|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
java.lang.Objectorg.exolab.adaptx.xpath.expressions.PrimaryExpr
org.exolab.adaptx.xpath.expressions.VariableReference
public abstract class VariableReference
Represents the XPath VariableReference expression
| Field Summary |
|---|
| Fields inherited from class org.exolab.adaptx.xpath.expressions.PrimaryExpr |
|---|
EXPR, FUNCTION_CALL, LITERAL, NUMBER, VARIABLE_REFERENCE |
| Fields inherited from interface org.exolab.adaptx.xpath.XPathExpression |
|---|
BOOLEAN, ERROR, FILTER_EXPR, LOCATION_PATH, NODE_TEST, PATH_EXPR, PRIMARY, STEP, STRING, UNION_EXPR |
| Constructor Summary | |
|---|---|
VariableReference()
Creates a new VariableReference |
|
| Method Summary | |
|---|---|
abstract java.lang.String |
getName()
Returns the name of the "referenced" variable |
java.lang.String |
toString()
Returns the String representation of a VariableReference |
| Methods inherited from class org.exolab.adaptx.xpath.expressions.PrimaryExpr |
|---|
getExprType, getType |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Methods inherited from interface org.exolab.adaptx.xpath.XPathExpression |
|---|
evaluate |
| Constructor Detail |
|---|
public VariableReference()
| Method Detail |
|---|
public abstract java.lang.String getName()
public java.lang.String toString()
toString in interface XPathExpressiontoString in class java.lang.Object
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||