8687888990919293949596
{ ErrorBag eb = new ErrorBag(); XmlStruct o = XmlStructUtils.xsFromXML(xsFactory,xml,eb,""); if (o == null) { throw new XmlStructException("unmarshalling error: " + eb.toString()); } else { return o; }