super.startElement(namespace, localName, prefix, attributes, context); if (getValue() instanceof DataHandler) { try { DataHandler dh = (DataHandler) getValue(); setValue(dh.getContent()); } catch (IOException ioe) { } }