determineElement(tag, Array.get(result, i), annotation, output);
else
for(Object o : (Iterable<?>) result)
determineElement(tag, o, annotation, output);
if(annotation.itemTag().length() != 0)
output.stopElement();
}
else determineElement(tag, result, annotation, output);
}
}