124125126127128129130
private ExceptionType parseExceptionType(Element e) { return new ExceptionType(e.getAttribute("name")); } private MessageType parseMessageType(Element e) { return new MessageType(e.getAttribute("name")); }