throw new BindingException("Import needs to specify both @uri and @prefix!",
DomHelper.getLocationObject(bindingElm));
}
try {
lib.includeAs(prefix, uri);
} catch (LibraryException e) {
throw new BindingException("Could not import library", e,
DomHelper.getLocationObject(bindingElm));
}