182183184185186187188189190191192
} childReader.readToEnd(); } } else { childReader.readToEnd(); } } return object; } catch (IllegalAccessException e) {
8283848586878889909192
Type compType = TypeUtil.getReadType(creader.getXMLStreamReader(), context, getComponentType()); if (creader.isXsiNil()) { values.add(null); creader.readToEnd(); } else { values.add(compType.readObject(creader, context)); } // check max occurs
165166167168169170171172173174175
if (!alwaysAllowNillables() && !propertyTypeInfo.isNillable(name)) { throw new DatabindingException(name.getLocalPart() + " is nil, but not nillable."); } childReader.readToEnd(); } } else { childReader.readToEnd(); } }
168169170171172173174175176177178
169170171172173174175176177178179
if (!inf.isNillable(name)) { throw new DatabindingException(name.getLocalPart() + " is nil, but not nillable."); } childReader.readToEnd(); } } else { childReader.readToEnd(); } }
172173174175176177178179180181182