Interface VariableReferenceExpr

    • Method Detail

      • getPrefix

        java.lang.String getPrefix()
        Returns the namespace prefix of the variable. This is the empty string for variables with no namespace prefix.
        Returns:
        the namespace prefix of the variable
      • getVariableName

        java.lang.String getVariableName()
        Returns the local name of the variable.
        Returns:
        the local name of the variable