org.jaxen.expr
public interface VariableReferenceExpr extends Expr
[36] VariableReference ::= '$' QName
Method Summary | |
---|---|
String | getPrefix()
Returns the namespace prefix of the variable. |
String | getVariableName()
Returns the local name of the variable.
|
Returns: the namespace prefix of the variable
Returns: the local name of the variable