final PropertyMapBuilder builder = new PropertyMapBuilder();
ValidateProperty.ERROR_HANDLER.put(builder, errorHandler);
final PropertyMap properties = builder.toPropertyMap();
final Validator validator = this.schema.createValidator(properties);
final ContentHandler handler = validator.getContentHandler();
return new DefaultValidationHandler(this.getValidity(), handler);
}