* @throws ConfigurationException thrown if there is a problem initializing the validator suites, usually because of
* malformed elements
*/
protected void initializeValidatorSuites(Element validatorSuitesElement) throws ConfigurationException {
ValidatorSuite validatorSuite;
Validator validator;
Element validatorSuiteElement;
String validatorSuiteId;
Element validatorElement;
QName validatorQName;