useTailRecursion = true;
return true;
}
public Expression compile(Executable exec, Declaration decl) throws XPathException {
NextMatch inst = new NextMatch(useTailRecursion);
inst.setActualParameters(getWithParamInstructions(exec, decl, false, inst),
getWithParamInstructions(exec, decl, true, inst));
return inst;
}