* @generated modifiable
*/
public Object parse(ElementInstance instance, Node node, Object value)
throws Exception {
Map mime = (Map) node.getChildValue("mimetype");
MimeType mimeType = new MimeType((String) mime.get("type"), (String) mime.get("subtype"));
String name = (String) node.getChildValue("name");
//content is optional
List contentList = node.getChildValues("content");