if (!storeOnly || currentUri.getStore() == objectUri.getStore()) {
result.add( retrieve(token, path.toString()) );
}
for (int i = 0; i < uriTokens.length; i++) {
path = path.child( uriTokens[i] );
currentUri = namespace.getUri(token, path.toString());
if (i == uriTokens.length - 1 && !includeSelf) {
break;
}
if (!storeOnly || currentUri.getStore() == objectUri.getStore()) {