public PsiElement setNodeTypeName(String newName) {
   return CndPsiImplUtil.setNodeTypeName(this, newName);
 }