it.remove();
}
}
for ( Iterator it = valueList.iterator(); it.hasNext(); )
{
IValue value = ( IValue ) it.next();
if ( value.isEmpty() )
{
value.getAttribute().deleteEmptyValue();
it.remove();
}
}
if ( !attributeList.isEmpty() || !valueList.isEmpty() )