16641665166616671668166916701671167216731674
if ((currType = nextType()) == null) return null; attrs = currType.attributes().iterator(); } while (!attrs.hasNext()); } Attribute attr = attrs.next(); return new ValuesRow (rowType, currType.name().unqualifiedName(), attr.name(), ++rowCounter); }