739740741742743744745
if (node instanceof Element) { Metadata val = parseValueGroup((Element) node, enclosingComponent, null, true); list.add(val); } } return new CollectionMetadataImpl(collectionType, valueType, list); }
708709710711712713714
694695696697698699700