final ElementEvent parent = elementStack.peek();
final int count = getAttributeCount();
attributes = new AttrList();
for (int i = 0; i < count; i++) {
final Value v = iterator.next();
AttrImpl.addToList(broker, v.data(), v.start(), v.getLength(), attributes);
parent.incrementChild();
}
}
}