979980981982983984985986987988989
attrFeed("function decls"); indent++; do { lineFeed(); UserFunction f = f_itor.next(); f.visit(this, ctxt); } while(f_itor.hasNext()); indent--; } final XQExpression body = module.getExpression();