/* */ }
/* */
/* */ private boolean marshalModelGroupChoice(Collection particles, boolean declareNs)
/* */ {
/* 928 */ boolean marshalled = false;
/* 929 */ Content mainContent = this.content;
/* 930 */ for (Iterator i = particles.iterator(); (i.hasNext()) && (!marshalled); )
/* */ {
/* 932 */ ParticleBinding particle = (ParticleBinding)i.next();
/* 933 */ this.content = new Content();
/* 934 */ marshalled = marshalParticle(particle, declareNs);
/* */ }
/* */
/* 937 */ if (marshalled)
/* */ {
/* 939 */ mainContent.append(this.content);
/* */ }
/* 941 */ this.content = mainContent;
/* */
/* 943 */ return marshalled;
/* */ }