URIResolverRegistry ownRegistry = ownEvaluator.getResolverRegistry();
// bridge the resolvers that are not defined in the new Evaluator, but needed here
for (IValue l : searchPath) {
String scheme = ((ISourceLocation) l).getURI().getScheme();
if (!ownRegistry.supportsInputScheme(scheme)) {
ownRegistry.registerInput(new ResolverBridge(scheme, otherReg));
}
}
// add the given locations to the search path