/* 103 */ w.endElement();
/* */ }
/* */ }
/* */
/* */ public void buildChildElementUnmarshallers(UnmarshallerChain chain, QNameMap<ChildLoader> handlers) {
/* 108 */ Loader l = new LeafPropertyLoader(this.xacc);
/* 109 */ if (this.defaultValue != null)
/* 110 */ l = new DefaultValueLoaderDecorator(l, this.defaultValue);
/* 111 */ if ((this.nillable) || (chain.context.allNillable))
/* 112 */ l = new XsiNilLoader.Single(l, this.acc);
/* 113 */ handlers.put(this.tagName, new ChildLoader(l, null));