} else if (classMatch != null) {
addMatcher(new ClassMatcher(classMatch));
}
}
} else if(qName.equals("Not")) {
NotMatcher matcher = new NotMatcher();
pushCompoundMatcherAsChild(matcher);
} else if (qName.equals("Source")) {
addMatcher(new SourceMatcher(getRequiredAttribute(attributes, "name", qName)));
}
nextMatchedIsDisabled = false;