// }
// });
addChild(new MappingsHandler(), new ChildElementHandler<MappingsHandler>() {
public void childHanlded(MappingsHandler child) {
for (Entry<String, String> entry : child.outputByFilter.entrySet()) {
OSGiFilter filter;
try {
filter = OSGiFilterParser.parse(entry.getKey());
} catch (ParseException e) {
throw new IllegalStateException();
}