if (attributeHolderNode.hasNormalizedAttribute(this.dialectPrefix, this.fragmentSignatureAttributeName)) {
final String attributeValue =
attributeHolderNode.getAttributeValueFromNormalizedName(
this.dialectPrefix, this.fragmentSignatureAttributeName);
if (attributeValue != null) {
final FragmentSignature fragmentSignature =
FragmentSignatureUtils.parseFragmentSignature(configuration, attributeValue);
if (fragmentSignature != null) {
final Map<String,Object> processedParameters =
FragmentSignatureUtils.processParameters(fragmentSignature, this.parameters);
applyParameters(nodes, processedParameters);