factory, operandEval).getSequence();
// convert the sequence to the "effective boolean value"
eval = PipelineExpressionHelper.fnBoolean(sequence);
} catch (ExpressionException e) {
throw new JXPathException("Error when evaluating the " + i +
"operand of the AND function", e);
}
}
// return the result as an Object
return eval;