}
if (!executionCompile)
{
// No value for the current (implicit) parameter so put a null for it for now
return new UnknownLiteral(qs);
}
else
{
// No parameter value defined for this numbered parameter so throw Exception
throw new JPOXUserException(LOCALISER.msg("021075", "" + position));