host[0] = designPosition.getContainerPart();
position[0] = DOMPositionHelper.toDOMPosition(designPosition);
ILocalDropHandler[] handlers = RegistryReader.getAllHandlers();
Object localData = request.getLocalObject();
for (int i = 0; i < handlers.length; i++) {
FeedBackInfo feedback = handlers[i].supportInsertElements(
localData, position[0]);
if (feedback != null) {
results.put(feedback, handlers[i]);
}
}