/* 221 */ if (child == null) {
/* 222 */ child = context.createInstance(ElementBeanInfoImpl.this);
/* */ }
/* 224 */ fireBeforeUnmarshal(ElementBeanInfoImpl.this, child, state);
/* */
/* 226 */ context.recordOuterPeer(child);
/* 227 */ UnmarshallingContext.State p = state.prev;
/* 228 */ p.backup = p.target;
/* 229 */ p.target = child;
/* */
/* 231 */ this.core.startElement(state, ea);