Expr, java.io.Serializablepublic interface VariableReferenceExpr extends Expr
[36] VariableReference ::= '$' QName
| Modifier and Type | Method | Description |
|---|---|---|
java.lang.String |
getPrefix() |
Returns the namespace prefix of the variable.
|
java.lang.String |
getVariableName() |
Returns the local name of the variable.
|
java.lang.String getPrefix()
java.lang.String getVariableName()
Copyright © 2001–2018 Codehaus. All rights reserved.