Item item = DocumentFn.makeDoc(href, expressionBaseURI, context, getSourceLocator());
if (item != null) {
return true;
} else {
// The document does not exist; ensure that this remains the case
pool.markUnavailable(documentKey);
return false;
}
} catch (XPathException e) {
return false;
}