/* 309 */ ai = getOrCreate(a);
/* 310 */ for (QName qn : ai.getTypeNames())
/* 311 */ this.typeMap.put(qn, ai);
/* */ }
/* */ JaxBeanInfo ai;
/* 314 */ for (RuntimeClassInfo ci : typeSet.beans().values()) {
/* 315 */ bi = getOrCreate(ci);
/* */
/* 317 */ if (bi.isElement()) {
/* 318 */ this.rootMap.put(ci.getElementName(), bi);
/* */ }