DevicePolicyConstants.WML_IMAGE_NOSAVE);
if (DevicePolicyConstants.WML_IMAGE_NOSAVE__ALT_NO_SAVE.equals(policy)) {
AttributeOnlyStyleEmulationPropertyRenderer imageSavingRenderer =
new AttributeOnlyStyleEmulationPropertyRenderer(
new WMLImageAltEmulationPropertyRenderer());
styleEmulationPropertyRendererSelector.register(
StylePropertyDetails.MCS_IMAGE_SAVING,
imageSavingRenderer);
}
}