606162636465666768
return renderDocument(context).evaluateAsString(); } public Document renderDocument(ContextStack context) { Interpreter interp = new Interpreter(context); templateAST.apply(interp); return interp.getDocument(); }