} else if (name.equals("Tag")) {
if (tagKey != null && tagValue != null) {
tags.put(tagKey, tagValue);
}
} else if (name.equals("TagSet")) {
tagSets.add(new TagSet(tags));
} else if (name.equals("Tagging")) {
configuration.setTagSets(tagSets);
}
text.setLength(0);
}