@Override
 public XtextResource doGetResource(InputStream in, URI uri) throws Exception {
   return helper.getResourceFromStream(in);
 }