LocationCoordinate adjustedCoordinates = (LocationCoordinate)startElementLocations.peek();
line = adjustedCoordinates.getLineNumber();
column = adjustedCoordinates.getColumnNumner();
}
errors.add(new ValidationMessageImpl(message, line, column, ValidationMessageImpl.SEV_WARNING, uri, currentErrorKey, currentMessageArguments));
}