* element handler registry.
*
* @param handlerRegistry The validation rule element handler registry that will be used by this loader.
*/
public DefaultXmlBeanValidationConfigurationLoader(ValidationRuleElementHandlerRegistry handlerRegistry) {
this(handlerRegistry, new ValangConditionExpressionParser(), new ValangFunctionExpressionParser());
}