468469470471472473474475476477478
} else if (found) { Attr attributeNode = newBean.getAttributeNode(currAttributeName); if (attributeNode != null) { attributes.add(attributeNode); newBean.removeAttributeNode(attributeNode); } } } newBean.setAttribute(attributeName, value);