{
System.out.println(addDebugSpacer(3) + "attrVal= " //$NON-NLS-1$
+ (attributeValue != null ? attributeValue : "null")); //$NON-NLS-1$
}
final AttributeIdentifier attributeId = attrAdapter
.getAttributeIdentifier();
if (attributeId.getTagIdentifier() == null
|| attributeId.getTagIdentifier().getTagName() == null
|| attributeId.getName() == null)
{
return;
}
final List vv = MetaDataEnabledProcessingFactory.getInstance()