SAX Parser API implementation, we don't really care for now.
if (RuntimeTagNames.GROUP.equals(element.getQName())) {
for (int i=0; i<attributes.getLength();i++) {
if (RuntimeTagNames.NAME.equals(attributes.getQName(i))) {
group = new Group(attributes.getValue(i));
}
}
}