|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface VariableReferenceExpr
Represents an XPath variable reference. This is production 36 in the XPath 1.0 specification:
[36] VariableReference ::= '$' QName
Method Summary | |
---|---|
String |
getPrefix()
Returns the namespace prefix of the variable. |
String |
getVariableName()
Returns the local name of the variable. |
Methods inherited from interface org.jaxen.expr.Expr |
---|
evaluate, getText, simplify |
Method Detail |
---|
String getPrefix()
String getVariableName()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |