{
final String name = attributeNames[j];
final AttributeList attList = new AttributeList();
attList.setAttribute(BundleNamespaces.LAYOUT, "namespace", namespace);
attList.setAttribute(BundleNamespaces.LAYOUT, "name", name);
final Expression ex = element.getAttributeExpression(namespace, name);
ExpressionWriterUtility.writeExpressionCore
(bundle, state, ex, writer, BundleNamespaces.LAYOUT, "attribute-expression", attList);
}
}
}