AttributesImpl attributes = new AttributesImpl();
for (AttributeMap attributeMap : attributeMaps)
{
boolean diffrentNamespaces = false;
Namespace attributeNamespace = attributeMap.getNamespace();
if (attributeNamespace != null)
{
if (!(attributeNamespace.URI.equals(elementNamespace.URI)))
{
diffrentNamespaces = true;