XDIMEAttributes attributes) throws XDIMEException {
//clock content should be in one of elements
// which extends BaseClockAttributes that is:
//digital-clock or timer or stopwatch
WidgetAttributes parentWidgetAttributes =
(WidgetAttributes)((WidgetElement)parent).getProtocolAttributes();
if (parentWidgetAttributes instanceof BaseClockAttributes) {
List list = ((BaseClockAttributes)parentWidgetAttributes)
.getContentAttributes();