/**
  * @param dict
  * @param defn
  * @throws MetaDataException
  */
 public static void addElementDefn(MetaDataDictionary dict, ElementDefn defn)
     throws MetaDataException {
   if (dict != null) dict.addElementDefn(defn);
 }