return buffer.toString();
}
public Object compute(EvalContext context) {
// Create a chain of contexts
EvalContext rootContext;
if (isAbsolute()) {
rootContext = context.getRootContext().getAbsoluteRootContext();
}
else {
rootContext = new InitialContext(context);