141142143144145146147148149
try { uriLocation = new URILocationImpl(href, documentBase); } catch (RuntimeException ex) { throw new URIException(ex.getMessage(), ex); } return uriLocation; } //-- resolve