}
targetAttributeRefs = targetAttributeRefs.createAttributesSkipLast();
if (targetAttributeRefs.hasAttributes()) {
targetObject = targetAttributeRefs.evaluateNextAttributes(target.getContext(), targetObject);
}
Context targetContext = contextFactory.createContext(targetObject, targetAttributeRef);
data.setAttribute(targetAttributeName, targetContext);
}