}
}
final String[] normalizedAttributeNames = nestableNode.unsafeGetAttributeNormalizedNames();
final int normalizedAttributesLen = nestableNode.numAttributes();
for (int i = 0; i < normalizedAttributesLen; i++) {
final String normalizedAttributeName = normalizedAttributeNames[i];
final Set<ProcessorAndContext> processorsForAttributeName =
this.mergedSpecificProcessorsByAttributeName.get(normalizedAttributeName);
if (processorsForAttributeName != null) {