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