if (!nestedMappings.isEmpty()) {
// means some attributes are mapped separately in feature chaining
for (NestedAttributeMapping nestedMapping : nestedMappings) {
if (simplifiedSteps.startsWith(nestedMapping.getTargetXPath())) {
matchingMappings.add(new NestedAttributeExpression(simplifiedSteps,
nestedMapping));
}
}
}