org.jaxen.expr
Interface VariableReferenceExpr
- Expr, Serializable
- DefaultVariableReferenceExpr
public interface VariableReferenceExpr
Represents an XPath variable reference. This is production 36 in the
XPath 1.0 specification:
[36] VariableReference ::= '$' QName
String | getPrefix() - Returns the namespace prefix of the variable.
|
String | getVariableName() - Returns the local name of the variable.
|
getPrefix
public String getPrefix()
Returns the namespace prefix of the variable. This is the empty
string for variables with no namespace prefix.
- the namespace prefix of the variable
getVariableName
public String getVariableName()
Returns the local name of the variable.
- the local name of the variable