116117118119120121122123124
+"</r>" +"</text>" +"</comment>" +"</commentList>" +"</comments>"; CTComments comments = (CTComments)XmlUtils.unwrap( XmlUtils.unmarshalString(openXML, Context.jcSML)); return comments; }
121122123124125126127128129