Item item = Document.makeDoc(href, expressionBaseURI, context, this);
if (item != null) {
return true;
} else {
// The document does not exist; ensure that this remains the case
pool.markUnavailable(documentKey);
return false;
}
} catch (Exception err) {
try {
new URI(href);