throws ExpressionException {
// Need to cast the ExpressionContext to the type that we expect
JXPathExpressionContext jxpExpressionContext =
(JXPathExpressionContext)context;
JXPathContext jxpContext = jxpExpressionContext.getJXPathContext();
Object result = null;
try {
result = compiledExpression.getValue(jxpContext);