private void processFileChange(final VirtualFile file) {
   if (StdFileTypes.XML != file.getFileType()) return;
   processFileChange(getCachedPsiFile(file));
 }