source = configuration.getSource();
if (source == null) {
throw new IllegalArgumentException("source cannot be null");
}
PseudoStyleEntities supportedPseudoEntities =
configuration.getSupportedPseudoEntities();
SpecificityCalculator specificityCalculator =
configuration.getSpecificityCalculator();
// Create an object to uniquely identify a style sheet.