/* */
/* */ public final void buildChildElementUnmarshallers(UnmarshallerChain chain, QNameMap<ChildLoader> loaders)
/* */ {
/* 182 */ if (this.wrapperTagName != null) {
/* 183 */ UnmarshallerChain c = new UnmarshallerChain(chain.context);
/* 184 */ QNameMap m = new QNameMap();
/* 185 */ createBodyUnmarshaller(c, m);
/* 186 */ Loader loader = new ItemsLoader(this.acc, this.lister, m);
/* 187 */ if ((this.isWrapperNillable) || (chain.context.allNillable))
/* 188 */ loader = new XsiNilLoader(loader);
/* 189 */ loaders.put(this.wrapperTagName, new ChildLoader(loader, null));