throw (e);
}
final ValueImpl extended = parent.getDocument().lookupExtendedItem(data.getExtends());
if (extended == null)
throw new ExtensionScopeException(
"Unable to locate extending item: Possibly out of scope");
visitedItems.push(this);
extended.resolve(visitedItems);
visitedItems.pop();